Html Css Color HEX #B58304 Dark Goldenrod

📋 copy color: '#B58304'

red 181 ◦ green 131 ◦ blue 4

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

Shades of Dark Goldenrod #B58304

Tints of Dark Goldenrod #B58304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 57.28%
G = 41.46%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B58304 (or 0xB58304) is known color: Dark Goldenrod. HEX triplet: B5, 83 and 04. RGB value is (181,131,4). Sum of RGB (Red+Green+Blue) = 181+131+4=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B58304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58304 is #4A7CFB. Grayscale: #848484. Windows color (decimal): -4881660 or 295861. OLE color: 295861.

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

Color convert

RGB 181 131 4 -
CMYK 0 0.28 0.98 0.29
HSL 43.05º 0.96% 0.36% -
HSV(B) 43.05º 0.98% 0.71% -
XYZ 27.19 26.07 3.71 -
YUV 131.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 181 131 4 0 0.28 0.98 0.29 43.05 0.96 0.36
Hex B5 83 4 0 1C 62 1D 2B 60 24
Octal 265 203 4 0 34 142 35 53 140 44
Binary 10110101 10000011 100 0 11100 1100010 11101 101011 1100000 100100

Color Harmonies of #B58304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58304

Black with #B58304

Text Example


Text Example

White with #B58304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58304; }

 p { color: rgb(181,131,4); }

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

background-color css

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

 a { background-color: rgb(181,131,4); }

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

border-color css

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

 span { border-color: rgb(181,131,4); }

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