Html Css Color HEX #BB6127 Christine

📋 copy color: '#BB6127'

red 187 ◦ green 97 ◦ blue 39

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

Shades of Christine #BB6127

Tints of Christine #BB6127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.07%

R = 57.89%
G = 30.03%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB6127 (or 0xBB6127) is known color: Christine. HEX triplet: BB, 61 and 27. RGB value is (187,97,39). Sum of RGB (Red+Green+Blue) = 187+97+39=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6127 is #449ED8. Grayscale: #757575. Windows color (decimal): -4497113 or 2580923. OLE color: 2580923.

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

Color convert

RGB 187 97 39 -
CMYK 0 0.48 0.79 0.27
HSL 23.51º 0.65% 0.44% -
HSV(B) 23.51º 0.79% 0.73% -
XYZ 25.13 19.26 4.31 -
YUV 117.3 83.82 177.72 -
System Red Green Blue C M Y K H S L
Decimal 187 97 39 0 0.48 0.79 0.27 23.51 0.65 0.44
Hex BB 61 27 0 30 4F 1B 18 41 2C
Octal 273 141 47 0 60 117 33 30 101 54
Binary 10111011 1100001 100111 0 110000 1001111 11011 11000 1000001 101100

Color Harmonies of #BB6127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6127

Black with #BB6127

Text Example


Text Example

White with #BB6127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6127; }

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

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

background-color css

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

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

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

border-color css

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

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

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