#B5622B

Color #B5622B Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #B5622B

Tints of Christine #B5622B

Color information

#B5622B (or 0xB5622B) is unknown color: approx Christine. HEX triplet: B5, 62 and 2B. RGB value is (181,98,43). Sum of RGB (Red+Green+Blue) = 181+98+43=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5622B is #4A9DD4. Grayscale: #747474. Windows color (decimal): -4890069 or 2843317. OLE color: 2843317.

HSL color Cylindrical-coordinate representation of color #B5622B: hue angle of 23.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5622B is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1819843-
CMYK00.460.760.29
HSL23.91º61.61%43.92%-
HSV(B)23.91º76.24%70.98%-
XYZ23.8618.734.64-
YUV116.5586.5173.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 43 (17.19% from 255) = 13.35%
R=56.21%
G=30.43%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181984300.460.760.2923.9161.6143.92
HexB5622B02E4C1D183e2c
Octal2651425305611435307654
Binary101101011100010101011010111010011001110111000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5622B; }

 p { color: rgb(181,98,43); }

 H1.HeaderClassName
 {
   color: #B5622B;
 }
 .AnyTagClassName
 {
   color: #B5622B;
 }
</style>
background-color css

<style>
 a { background-color: #B5622B; }

 a { background-color: rgb(181,98,43); }

 div.DivClassName
 {
   background-color: #B5622B;
 }
 .BgClassName
 {
   background-color: #B5622B;
 }
</style>
border-color css

<style>
 span { border-color: #B5622B; }

 span { border-color: rgb(181,98,43); }

 td.TdClassName
 {
   border-color: #B5622B;
 }
 .TagClassName
 {
   border-color: #B5622B;
 }
</style>