Html Css Color HEX #BB8014 Dark Goldenrod

📋 copy color: '#BB8014'

red 187 ◦ green 128 ◦ blue 20

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

Shades of Dark Goldenrod #BB8014

Tints of Dark Goldenrod #BB8014

RGB

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

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

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

R = 55.82%
G = 38.21%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB8014 (or 0xBB8014) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 14. RGB value is (187,128,20). Sum of RGB (Red+Green+Blue) = 187+128+20=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8014 is #447FEB. Grayscale: #858585. Windows color (decimal): -4489196 or 1343675. OLE color: 1343675.

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

Color convert

RGB 187 128 20 -
CMYK 0 0.32 0.89 0.27
HSL 38.8º 0.81% 0.41% -
HSV(B) 38.8º 0.89% 0.73% -
XYZ 28.34 26.05 4.2 -
YUV 133.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 187 128 20 0 0.32 0.89 0.27 38.8 0.81 0.41
Hex BB 80 14 0 20 59 1B 27 51 29
Octal 273 200 24 0 40 131 33 47 121 51
Binary 10111011 10000000 10100 0 100000 1011001 11011 100111 1010001 101001

Color Harmonies of #BB8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8014

Black with #BB8014

Text Example


Text Example

White with #BB8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8014; }

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

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

background-color css

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

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

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

border-color css

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

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

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