Html Css Color HEX #B58610 Dark Goldenrod

📋 copy color: '#B58610'

red 181 ◦ green 134 ◦ blue 16

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

Shades of Dark Goldenrod #B58610

Tints of Dark Goldenrod #B58610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

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

R = 54.68%
G = 40.48%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B58610 (or 0xB58610) is known color: Dark Goldenrod. HEX triplet: B5, 86 and 10. RGB value is (181,134,16). Sum of RGB (Red+Green+Blue) = 181+134+16=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B58610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58610 is #4A79EF. Grayscale: #878787. Windows color (decimal): -4880880 or 1083061. OLE color: 1083061.

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

Color convert

RGB 181 134 16 -
CMYK 0 0.26 0.91 0.29
HSL 42.91º 0.84% 0.39% -
HSV(B) 42.91º 0.91% 0.71% -
XYZ 27.67 26.91 4.23 -
YUV 134.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 181 134 16 0 0.26 0.91 0.29 42.91 0.84 0.39
Hex B5 86 10 0 1A 5B 1D 2B 54 27
Octal 265 206 20 0 32 133 35 53 124 47
Binary 10110101 10000110 10000 0 11010 1011011 11101 101011 1010100 100111

Color Harmonies of #B58610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58610

Black with #B58610

Text Example


Text Example

White with #B58610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58610; }

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

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

background-color css

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

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

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

border-color css

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

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

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