#BF6632

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

Shades of Christine #BF6632

Tints of Christine #BF6632

Color information

#BF6632 (or 0xBF6632) is unknown color: approx Christine. HEX triplet: BF, 66 and 32. RGB value is (191,102,50). Sum of RGB (Red+Green+Blue) = 191+102+50=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6632 is #4099CD. Grayscale: #7A7A7A. Windows color (decimal): -4233678 or 3303103. OLE color: 3303103.

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

Color convert

RGB19110250-
CMYK00.470.740.25
HSL22.13º58.51%47.25%-
HSV(B)22.13º73.82%74.9%-
XYZ26.8120.815.62-
YUV122.6886.99176.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 50 (19.92% from 255) = 14.58%
R=55.69%
G=29.74%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911025000.470.740.2522.1358.5147.25
HexBF663202F4A19163b2f
Octal2771466205711231267357
Binary101111111100110110010010111110010101100110110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6632; }

 p { color: rgb(191,102,50); }

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

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

 a { background-color: rgb(191,102,50); }

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

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

 span { border-color: rgb(191,102,50); }

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