#BF602B

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

Shades of Christine #BF602B

Tints of Christine #BF602B

Color information

#BF602B (or 0xBF602B) is unknown color: approx Christine. HEX triplet: BF, 60 and 2B. RGB value is (191,96,43). Sum of RGB (Red+Green+Blue) = 191+96+43=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF602B is #409FD4. Grayscale: #767676. Windows color (decimal): -4235221 or 2842815. OLE color: 2842815.

HSL color Cylindrical-coordinate representation of color #BF602B: hue angle of 21.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF602B is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1919643-
CMYK00.500.770.25
HSL21.49º63.25%45.88%-
HSV(B)21.49º77.49%74.9%-
XYZ26.119.624.7-
YUV118.3685.47179.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 43 (17.19% from 255) = 13.03%
R=57.88%
G=29.09%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191964300.500.770.2521.4963.2545.88
HexBF602B0324D19153f2e
Octal2771405306211531257756
Binary101111111100000101011011001010011011100110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF602B; }

 p { color: rgb(191,96,43); }

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

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

 a { background-color: rgb(191,96,43); }

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

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

 span { border-color: rgb(191,96,43); }

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