Html Css Color HEX #B08201 Dark Goldenrod

📋 copy color: '#B08201'

red 176 ◦ green 130 ◦ blue 1

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

Shades of Dark Goldenrod #B08201

Tints of Dark Goldenrod #B08201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

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

R = 57.33%
G = 42.35%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B08201 (or 0xB08201) is known color: Dark Goldenrod. HEX triplet: B0, 82 and 01. RGB value is (176,130,1). Sum of RGB (Red+Green+Blue) = 176+130+1=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B08201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08201 is #4F7DFE. Grayscale: #818181. Windows color (decimal): -5209599 or 98992. OLE color: 98992.

HSL color Cylindrical-coordinate representation of color #B08201: hue angle of 44.23º 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 #B08201 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 1 -
CMYK 0 0.26 0.99 0.31
HSL 44.23º 0.99% 0.35% -
HSV(B) 44.23º 0.99% 0.69% -
XYZ 25.89 25.2 3.53 -
YUV 129.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 176 130 1 0 0.26 0.99 0.31 44.23 0.99 0.35
Hex B0 82 1 0 1A 63 1F 2C 63 23
Octal 260 202 1 0 32 143 37 54 143 43
Binary 10110000 10000010 1 0 11010 1100011 11111 101100 1100011 100011

Color Harmonies of #B08201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08201

Black with #B08201

Text Example


Text Example

White with #B08201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08201; }

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

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

background-color css

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

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

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

border-color css

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

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

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