Html Css Color HEX #BB6020 Christine

📋 copy color: '#BB6020'

red 187 ◦ green 96 ◦ blue 32

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

Shades of Christine #BB6020

Tints of Christine #BB6020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.16%

R = 59.37%
G = 30.48%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB6020 (or 0xBB6020) is known color: Christine. HEX triplet: BB, 60 and 20. RGB value is (187,96,32). Sum of RGB (Red+Green+Blue) = 187+96+32=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6020 is #449FDF. Grayscale: #747474. Windows color (decimal): -4497376 or 2121915. OLE color: 2121915.

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

Color convert

RGB 187 96 32 -
CMYK 0 0.49 0.83 0.27
HSL 24.77º 0.71% 0.43% -
HSV(B) 24.77º 0.83% 0.73% -
XYZ 24.94 19.03 3.73 -
YUV 115.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 187 96 32 0 0.49 0.83 0.27 24.77 0.71 0.43
Hex BB 60 20 0 31 53 1B 19 47 2B
Octal 273 140 40 0 61 123 33 31 107 53
Binary 10111011 1100000 100000 0 110001 1010011 11011 11001 1000111 101011

Color Harmonies of #BB6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6020

Black with #BB6020

Text Example


Text Example

White with #BB6020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6020; }

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

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

background-color css

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

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

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

border-color css

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

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

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