Html Css Color HEX #BB6E0E Dark Goldenrod

📋 copy color: '#BB6E0E'

red 187 ◦ green 110 ◦ blue 14

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

Shades of Dark Goldenrod #BB6E0E

Tints of Dark Goldenrod #BB6E0E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

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

R = 60.13%
G = 35.37%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB6E0E (or 0xBB6E0E) is known color: Dark Goldenrod. HEX triplet: BB, 6E and 0E. RGB value is (187,110,14). Sum of RGB (Red+Green+Blue) = 187+110+14=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6E0E is #4491F1. Grayscale: #7A7A7A. Windows color (decimal): -4493810 or 945851. OLE color: 945851.

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

Color convert

RGB 187 110 14 -
CMYK 0 0.41 0.93 0.27
HSL 33.29º 0.86% 0.39% -
HSV(B) 33.29º 0.93% 0.73% -
XYZ 26.15 21.75 3.24 -
YUV 122.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 187 110 14 0 0.41 0.93 0.27 33.29 0.86 0.39
Hex BB 6E E 0 29 5D 1B 21 56 27
Octal 273 156 16 0 51 135 33 41 126 47
Binary 10111011 1101110 1110 0 101001 1011101 11011 100001 1010110 100111

Color Harmonies of #BB6E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E0E

Black with #BB6E0E

Text Example


Text Example

White with #BB6E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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