Html Css Color HEX #B59301 Dark Goldenrod

📋 copy color: '#B59301'

red 181 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #B59301

Tints of Dark Goldenrod #B59301

RGB

 RED value IS 181 (71.09% from 255) = 55.02%

 GREEN value IS 147 (57.81% from 255) = 44.68%

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

R = 55.02%
G = 44.68%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B59301 (or 0xB59301) is known color: Dark Goldenrod. HEX triplet: B5, 93 and 01. RGB value is (181,147,1). Sum of RGB (Red+Green+Blue) = 181+147+1=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B59301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59301 is #4A6CFE. Grayscale: #8D8D8D. Windows color (decimal): -4877567 or 103349. OLE color: 103349.

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

Color convert

RGB 181 147 1 -
CMYK 0 0.19 0.99 0.29
HSL 48.67º 0.99% 0.36% -
HSV(B) 48.67º 0.99% 0.71% -
XYZ 29.5 30.69 4.4 -
YUV 140.52 49.26 156.87 -
System Red Green Blue C M Y K H S L
Decimal 181 147 1 0 0.19 0.99 0.29 48.67 0.99 0.36
Hex B5 93 1 0 13 63 1D 31 63 24
Octal 265 223 1 0 23 143 35 61 143 44
Binary 10110101 10010011 1 0 10011 1100011 11101 110001 1100011 100100

Color Harmonies of #B59301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59301

Black with #B59301

Text Example


Text Example

White with #B59301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59301; }

 p { color: rgb(181,147,1); }

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

background-color css

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

 a { background-color: rgb(181,147,1); }

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

border-color css

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

 span { border-color: rgb(181,147,1); }

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