#BB612D

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

Shades of Christine #BB612D

Tints of Christine #BB612D

Color information

#BB612D (or 0xBB612D) is unknown color: approx Christine. HEX triplet: BB, 61 and 2D. RGB value is (187,97,45). Sum of RGB (Red+Green+Blue) = 187+97+45=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB612D is #449ED2. Grayscale: #767676. Windows color (decimal): -4497107 or 2974139. OLE color: 2974139.

HSL color Cylindrical-coordinate representation of color #BB612D: hue angle of 21.97º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB612D is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1879745-
CMYK00.480.760.27
HSL21.97º61.21%45.49%-
HSV(B)21.97º75.94%73.33%-
XYZ25.2419.34.88-
YUV117.9886.82177.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.84%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 45 (17.97% from 255) = 13.68%
R=56.84%
G=29.48%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187974500.480.760.2721.9761.2145.49
HexBB612D0304C1B163d2d
Octal2731415506011433267555
Binary101110111100001101101011000010011001101110110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB612D; }

 p { color: rgb(187,97,45); }

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

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

 a { background-color: rgb(187,97,45); }

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

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

 span { border-color: rgb(187,97,45); }

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