Html Css Color HEX #B58613 Dark Goldenrod

📋 copy color: '#B58613'

red 181 ◦ green 134 ◦ blue 19

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

Shades of Dark Goldenrod #B58613

Tints of Dark Goldenrod #B58613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 54.19%
G = 40.12%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B58613 (or 0xB58613) is known color: Dark Goldenrod. HEX triplet: B5, 86 and 13. RGB value is (181,134,19). Sum of RGB (Red+Green+Blue) = 181+134+19=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B58613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58613 is #4A79EC. Grayscale: #878787. Windows color (decimal): -4880877 or 1279669. OLE color: 1279669.

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

Color convert

RGB 181 134 19 -
CMYK 0 0.26 0.90 0.29
HSL 42.59º 0.81% 0.39% -
HSV(B) 42.59º 0.9% 0.71% -
XYZ 27.7 26.92 4.35 -
YUV 134.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 181 134 19 0 0.26 0.90 0.29 42.59 0.81 0.39
Hex B5 86 13 0 1A 5A 1D 2B 51 27
Octal 265 206 23 0 32 132 35 53 121 47
Binary 10110101 10000110 10011 0 11010 1011010 11101 101011 1010001 100111

Color Harmonies of #B58613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58613

Black with #B58613

Text Example


Text Example

White with #B58613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58613; }

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

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

background-color css

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

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

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

border-color css

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

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

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