Html Css Color HEX #BB6121 Christine

📋 copy color: '#BB6121'

red 187 ◦ green 97 ◦ blue 33

#BB6121
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BB6121

Tints of Christine #BB6121

RGB

 RED value IS 187 (73.44% from 255) = 58.99%

 GREEN value IS 97 (38.28% from 255) = 30.6%

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 58.99%
G = 30.6%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB6121 (or 0xBB6121) is known color: Christine. HEX triplet: BB, 61 and 21. RGB value is (187,97,33). Sum of RGB (Red+Green+Blue) = 187+97+33=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6121 is #449EDE. Grayscale: #747474. Windows color (decimal): -4497119 or 2187707. OLE color: 2187707.

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

Color convert

RGB 187 97 33 -
CMYK 0 0.48 0.82 0.27
HSL 24.94º 0.7% 0.43% -
HSV(B) 24.94º 0.82% 0.73% -
XYZ 25.04 19.22 3.83 -
YUV 116.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 187 97 33 0 0.48 0.82 0.27 24.94 0.7 0.43
Hex BB 61 21 0 30 52 1B 19 46 2B
Octal 273 141 41 0 60 122 33 31 106 53
Binary 10111011 1100001 100001 0 110000 1010010 11011 11001 1000110 101011

Color Harmonies of #BB6121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6121

Black with #BB6121

Text Example


Text Example

White with #BB6121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6121; }

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

 H1.HeaderClassName
 {
   color: #BB6121;
 }
 .AnyTagClassName
 {
   color: #BB6121;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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