Html Css Color HEX #B08B0E Dark Goldenrod

📋 copy color: '#B08B0E'

red 176 ◦ green 139 ◦ blue 14

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

Shades of Dark Goldenrod #B08B0E

Tints of Dark Goldenrod #B08B0E

RGB

 RED value IS 176 (69.14% from 255) = 53.5%

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

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

R = 53.5%
G = 42.25%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B08B0E (or 0xB08B0E) is known color: Dark Goldenrod. HEX triplet: B0, 8B and 0E. RGB value is (176,139,14). Sum of RGB (Red+Green+Blue) = 176+139+14=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08B0E is #4F74F1. Grayscale: #888888. Windows color (decimal): -5207282 or 953264. OLE color: 953264.

HSL color Cylindrical-coordinate representation of color #B08B0E: hue angle of 46.3º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B08B0E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 139 14 -
CMYK 0 0.21 0.92 0.31
HSL 46.3º 0.85% 0.37% -
HSV(B) 46.3º 0.92% 0.69% -
XYZ 27.22 27.73 4.33 -
YUV 135.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 176 139 14 0 0.21 0.92 0.31 46.3 0.85 0.37
Hex B0 8B E 0 15 5C 1F 2E 55 25
Octal 260 213 16 0 25 134 37 56 125 45
Binary 10110000 10001011 1110 0 10101 1011100 11111 101110 1010101 100101

Color Harmonies of #B08B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08B0E

Black with #B08B0E

Text Example


Text Example

White with #B08B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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