Html Css Color HEX #BB8012 Dark Goldenrod

📋 copy color: '#BB8012'

red 187 ◦ green 128 ◦ blue 18

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

Shades of Dark Goldenrod #BB8012

Tints of Dark Goldenrod #BB8012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 56.16%
G = 38.44%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB8012 (or 0xBB8012) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 12. RGB value is (187,128,18). Sum of RGB (Red+Green+Blue) = 187+128+18=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8012 is #447FED. Grayscale: #858585. Windows color (decimal): -4489198 or 1212603. OLE color: 1212603.

HSL color Cylindrical-coordinate representation of color #BB8012: hue angle of 39.05º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB8012 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 18 -
CMYK 0 0.32 0.90 0.27
HSL 39.05º 0.82% 0.4% -
HSV(B) 39.05º 0.9% 0.73% -
XYZ 28.32 26.05 4.11 -
YUV 133.1 63.05 166.44 -
System Red Green Blue C M Y K H S L
Decimal 187 128 18 0 0.32 0.90 0.27 39.05 0.82 0.4
Hex BB 80 12 0 20 5A 1B 27 52 28
Octal 273 200 22 0 40 132 33 47 122 50
Binary 10111011 10000000 10010 0 100000 1011010 11011 100111 1010010 101000

Color Harmonies of #BB8012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8012

Black with #BB8012

Text Example


Text Example

White with #BB8012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8012; }

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

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

background-color css

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

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

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

border-color css

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

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

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