Html Css Color HEX #BB8B0E Dark Goldenrod

📋 copy color: '#BB8B0E'

red 187 ◦ green 139 ◦ blue 14

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

Shades of Dark Goldenrod #BB8B0E

Tints of Dark Goldenrod #BB8B0E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.88%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 55%
G = 40.88%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB8B0E (or 0xBB8B0E) is known color: Dark Goldenrod. HEX triplet: BB, 8B and 0E. RGB value is (187,139,14). Sum of RGB (Red+Green+Blue) = 187+139+14=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8B0E is #4474F1. Grayscale: #8B8B8B. Windows color (decimal): -4486386 or 953275. OLE color: 953275.

HSL color Cylindrical-coordinate representation of color #BB8B0E: hue angle of 43.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB8B0E is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 139 14 -
CMYK 0 0.26 0.93 0.27
HSL 43.35º 0.86% 0.39% -
HSV(B) 43.35º 0.93% 0.73% -
XYZ 29.81 29.06 4.45 -
YUV 139.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 187 139 14 0 0.26 0.93 0.27 43.35 0.86 0.39
Hex BB 8B E 0 1A 5D 1B 2B 56 27
Octal 273 213 16 0 32 135 33 53 126 47
Binary 10111011 10001011 1110 0 11010 1011101 11011 101011 1010110 100111

Color Harmonies of #BB8B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B0E

Black with #BB8B0E

Text Example


Text Example

White with #BB8B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B0E; }

 p { color: rgb(187,139,14); }

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

background-color css

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

 a { background-color: rgb(187,139,14); }

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

border-color css

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

 span { border-color: rgb(187,139,14); }

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