#BF6B33

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

Shades of Christine #BF6B33

Tints of Christine #BF6B33

Color information

#BF6B33 (or 0xBF6B33) is unknown color: approx Christine. HEX triplet: BF, 6B and 33. RGB value is (191,107,51). Sum of RGB (Red+Green+Blue) = 191+107+51=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B33 is #4094CC. Grayscale: #7E7E7E. Windows color (decimal): -4232397 or 3369919. OLE color: 3369919.

HSL color Cylindrical-coordinate representation of color #BF6B33: hue angle of 24º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF6B33 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19110751-
CMYK00.440.730.25
HSL24º57.85%47.45%-
HSV(B)24º73.3%74.9%-
XYZ27.3421.835.9-
YUV125.7385.83174.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=54.73%
G=30.66%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911075100.440.730.252457.8547.45
HexBF6B3302C4919183a2f
Octal2771536305411131307257
Binary101111111101011110011010110010010011100111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B33; }

 p { color: rgb(191,107,51); }

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

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

 a { background-color: rgb(191,107,51); }

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

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

 span { border-color: rgb(191,107,51); }

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