#B6672E

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

Shades of Christine #B6672E

Tints of Christine #B6672E

Color information

#B6672E (or 0xB6672E) is unknown color: approx Christine. HEX triplet: B6, 67 and 2E. RGB value is (182,103,46). Sum of RGB (Red+Green+Blue) = 182+103+46=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B6672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6672E is #4998D1. Grayscale: #787878. Windows color (decimal): -4823250 or 3041206. OLE color: 3041206.

HSL color Cylindrical-coordinate representation of color #B6672E: hue angle of 25.15º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6672E is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18210346-
CMYK00.430.750.29
HSL25.15º59.65%44.71%-
HSV(B)25.15º74.73%71.37%-
XYZ24.6319.845.12-
YUV120.1286.17172.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=54.98%
G=31.12%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821034600.430.750.2925.1559.6544.71
HexB6672E02B4B1D193c2d
Octal2661475605311335317455
Binary101101101100111101110010101110010111110111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6672E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6672E; }

 p { color: rgb(182,103,46); }

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

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

 a { background-color: rgb(182,103,46); }

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

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

 span { border-color: rgb(182,103,46); }

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