Html Css Color HEX #BB8018 Dark Goldenrod

📋 copy color: '#BB8018'

red 187 ◦ green 128 ◦ blue 24

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

Shades of Dark Goldenrod #BB8018

Tints of Dark Goldenrod #BB8018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.76%

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

R = 55.16%
G = 37.76%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB8018 (or 0xBB8018) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 18. RGB value is (187,128,24). Sum of RGB (Red+Green+Blue) = 187+128+24=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8018 is #447FE7. Grayscale: #868686. Windows color (decimal): -4489192 or 1605819. OLE color: 1605819.

HSL color Cylindrical-coordinate representation of color #BB8018: hue angle of 38.28º 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 #BB8018 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 24 -
CMYK 0 0.32 0.87 0.27
HSL 38.28º 0.77% 0.41% -
HSV(B) 38.28º 0.87% 0.73% -
XYZ 28.38 26.07 4.4 -
YUV 133.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 187 128 24 0 0.32 0.87 0.27 38.28 0.77 0.41
Hex BB 80 18 0 20 57 1B 26 4D 29
Octal 273 200 30 0 40 127 33 46 115 51
Binary 10111011 10000000 11000 0 100000 1010111 11011 100110 1001101 101001

Color Harmonies of #BB8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8018

Black with #BB8018

Text Example


Text Example

White with #BB8018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8018; }

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

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

background-color css

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

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

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

border-color css

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

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

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