#B5662B

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

Shades of Christine #B5662B

Tints of Christine #B5662B

Color information

#B5662B (or 0xB5662B) is unknown color: approx Christine. HEX triplet: B5, 66 and 2B. RGB value is (181,102,43). Sum of RGB (Red+Green+Blue) = 181+102+43=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5662B is #4A99D4. Grayscale: #777777. Windows color (decimal): -4889045 or 2844341. OLE color: 2844341.

HSL color Cylindrical-coordinate representation of color #B5662B: hue angle of 25.65º 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 #B5662B is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18110243-
CMYK00.440.760.29
HSL25.65º61.61%43.92%-
HSV(B)25.65º76.24%70.98%-
XYZ24.2419.54.77-
YUV118.985.17172.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 43 (17.19% from 255) = 13.19%
R=55.52%
G=31.29%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811024300.440.760.2925.6561.6143.92
HexB5662B02C4C1D1a3e2c
Octal2651465305411435327654
Binary101101011100110101011010110010011001110111010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5662B; }

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

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

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

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

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

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

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

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