Html Css Color HEX #B58010 Dark Goldenrod

📋 copy color: '#B58010'

red 181 ◦ green 128 ◦ blue 16

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

Shades of Dark Goldenrod #B58010

Tints of Dark Goldenrod #B58010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.38%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 55.69%
G = 39.38%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B58010 (or 0xB58010) is known color: Dark Goldenrod. HEX triplet: B5, 80 and 10. RGB value is (181,128,16). Sum of RGB (Red+Green+Blue) = 181+128+16=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B58010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58010 is #4A7FEF. Grayscale: #838383. Windows color (decimal): -4882416 or 1081525. OLE color: 1081525.

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

Color convert

RGB 181 128 16 -
CMYK 0 0.29 0.91 0.29
HSL 40.73º 0.84% 0.39% -
HSV(B) 40.73º 0.91% 0.71% -
XYZ 26.87 25.3 3.96 -
YUV 131.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 181 128 16 0 0.29 0.91 0.29 40.73 0.84 0.39
Hex B5 80 10 0 1D 5B 1D 29 54 27
Octal 265 200 20 0 35 133 35 51 124 47
Binary 10110101 10000000 10000 0 11101 1011011 11101 101001 1010100 100111

Color Harmonies of #B58010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58010

Black with #B58010

Text Example


Text Example

White with #B58010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58010; }

 p { color: rgb(181,128,16); }

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

background-color css

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

 a { background-color: rgb(181,128,16); }

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

border-color css

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

 span { border-color: rgb(181,128,16); }

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