Html Css Color HEX #BB6018 Christine

📋 copy color: '#BB6018'

red 187 ◦ green 96 ◦ blue 24

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

Shades of Christine #BB6018

Tints of Christine #BB6018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

 BLUE value IS 24 (9.77% from 255) = 7.82%

R = 60.91%
G = 31.27%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB6018 (or 0xBB6018) is known color: Christine. HEX triplet: BB, 60 and 18. RGB value is (187,96,24). Sum of RGB (Red+Green+Blue) = 187+96+24=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6018 is #449FE7. Grayscale: #737373. Windows color (decimal): -4497384 or 1597627. OLE color: 1597627.

HSL color Cylindrical-coordinate representation of color #BB6018: hue angle of 26.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB6018 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 96 24 -
CMYK 0 0.49 0.87 0.27
HSL 26.5º 0.77% 0.41% -
HSV(B) 26.5º 0.87% 0.73% -
XYZ 24.84 19 3.22 -
YUV 115 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 187 96 24 0 0.49 0.87 0.27 26.5 0.77 0.41
Hex BB 60 18 0 31 57 1B 1B 4D 29
Octal 273 140 30 0 61 127 33 33 115 51
Binary 10111011 1100000 11000 0 110001 1010111 11011 11011 1001101 101001

Color Harmonies of #BB6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6018

Black with #BB6018

Text Example


Text Example

White with #BB6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6018; }

 p { color: rgb(187,96,24); }

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

background-color css

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

 a { background-color: rgb(187,96,24); }

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

border-color css

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

 span { border-color: rgb(187,96,24); }

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