Html Css Color HEX #B58A04 Dark Goldenrod

📋 copy color: '#B58A04'

red 181 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #B58A04

Tints of Dark Goldenrod #B58A04

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.72%

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

R = 56.04%
G = 42.72%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B58A04 (or 0xB58A04) is known color: Dark Goldenrod. HEX triplet: B5, 8A and 04. RGB value is (181,138,4). Sum of RGB (Red+Green+Blue) = 181+138+4=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58A04 is #4A75FB. Grayscale: #888888. Windows color (decimal): -4879868 or 297653. OLE color: 297653.

HSL color Cylindrical-coordinate representation of color #B58A04: hue angle of 45.42º 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 #B58A04 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 138 4 -
CMYK 0 0.24 0.98 0.29
HSL 45.42º 0.96% 0.36% -
HSV(B) 45.42º 0.98% 0.71% -
XYZ 28.17 28.01 4.04 -
YUV 135.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 181 138 4 0 0.24 0.98 0.29 45.42 0.96 0.36
Hex B5 8A 4 0 18 62 1D 2D 60 24
Octal 265 212 4 0 30 142 35 55 140 44
Binary 10110101 10001010 100 0 11000 1100010 11101 101101 1100000 100100

Color Harmonies of #B58A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A04

Black with #B58A04

Text Example


Text Example

White with #B58A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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