Html Css Color HEX #BB8E14 Dark Goldenrod

📋 copy color: '#BB8E14'

red 187 ◦ green 142 ◦ blue 20

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

Shades of Dark Goldenrod #BB8E14

Tints of Dark Goldenrod #BB8E14

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.69%

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

R = 53.58%
G = 40.69%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB8E14 (or 0xBB8E14) is known color: Dark Goldenrod. HEX triplet: BB, 8E and 14. RGB value is (187,142,20). Sum of RGB (Red+Green+Blue) = 187+142+20=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8E14 is #4471EB. Grayscale: #8E8E8E. Windows color (decimal): -4485612 or 1347259. OLE color: 1347259.

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

Color convert

RGB 187 142 20 -
CMYK 0 0.24 0.89 0.27
HSL 43.83º 0.81% 0.41% -
HSV(B) 43.83º 0.89% 0.73% -
XYZ 30.29 29.96 4.85 -
YUV 141.55 59.41 160.42 -
System Red Green Blue C M Y K H S L
Decimal 187 142 20 0 0.24 0.89 0.27 43.83 0.81 0.41
Hex BB 8E 14 0 18 59 1B 2C 51 29
Octal 273 216 24 0 30 131 33 54 121 51
Binary 10111011 10001110 10100 0 11000 1011001 11011 101100 1010001 101001

Color Harmonies of #BB8E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8E14

Black with #BB8E14

Text Example


Text Example

White with #BB8E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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