Html Css Color HEX #BB8114 Dark Goldenrod

📋 copy color: '#BB8114'

red 187 ◦ green 129 ◦ blue 20

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

Shades of Dark Goldenrod #BB8114

Tints of Dark Goldenrod #BB8114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 55.65%
G = 38.39%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB8114 (or 0xBB8114) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 14. RGB value is (187,129,20). Sum of RGB (Red+Green+Blue) = 187+129+20=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8114 is #447EEB. Grayscale: #868686. Windows color (decimal): -4488940 or 1343931. OLE color: 1343931.

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

Color convert

RGB 187 129 20 -
CMYK 0 0.31 0.89 0.27
HSL 39.16º 0.81% 0.41% -
HSV(B) 39.16º 0.89% 0.73% -
XYZ 28.47 26.32 4.24 -
YUV 133.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 187 129 20 0 0.31 0.89 0.27 39.16 0.81 0.41
Hex BB 81 14 0 1F 59 1B 27 51 29
Octal 273 201 24 0 37 131 33 47 121 51
Binary 10111011 10000001 10100 0 11111 1011001 11011 100111 1010001 101001

Color Harmonies of #BB8114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8114

Black with #BB8114

Text Example


Text Example

White with #BB8114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8114; }

 p { color: rgb(187,129,20); }

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

background-color css

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

 a { background-color: rgb(187,129,20); }

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

border-color css

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

 span { border-color: rgb(187,129,20); }

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