Html Css Color HEX #B08E01 Dark Goldenrod

📋 copy color: '#B08E01'

red 176 ◦ green 142 ◦ blue 1

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

Shades of Dark Goldenrod #B08E01

Tints of Dark Goldenrod #B08E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 55.17%
G = 44.51%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B08E01 (or 0xB08E01) is known color: Dark Goldenrod. HEX triplet: B0, 8E and 01. RGB value is (176,142,1). Sum of RGB (Red+Green+Blue) = 176+142+1=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08E01 is #4F71FE. Grayscale: #888888. Windows color (decimal): -5206527 or 102064. OLE color: 102064.

HSL color Cylindrical-coordinate representation of color #B08E01: hue angle of 48.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B08E01 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 142 1 -
CMYK 0 0.19 0.99 0.31
HSL 48.34º 0.99% 0.35% -
HSV(B) 48.34º 0.99% 0.69% -
XYZ 27.58 28.58 4.09 -
YUV 136.09 51.76 156.46 -
System Red Green Blue C M Y K H S L
Decimal 176 142 1 0 0.19 0.99 0.31 48.34 0.99 0.35
Hex B0 8E 1 0 13 63 1F 30 63 23
Octal 260 216 1 0 23 143 37 60 143 43
Binary 10110000 10001110 1 0 10011 1100011 11111 110000 1100011 100011

Color Harmonies of #B08E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E01

Black with #B08E01

Text Example


Text Example

White with #B08E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E01; }

 p { color: rgb(176,142,1); }

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

background-color css

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

 a { background-color: rgb(176,142,1); }

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

border-color css

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

 span { border-color: rgb(176,142,1); }

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