Html Css Color HEX #B58314 Dark Goldenrod

📋 copy color: '#B58314'

red 181 ◦ green 131 ◦ blue 20

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

Shades of Dark Goldenrod #B58314

Tints of Dark Goldenrod #B58314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 54.52%
G = 39.46%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B58314 (or 0xB58314) is known color: Dark Goldenrod. HEX triplet: B5, 83 and 14. RGB value is (181,131,20). Sum of RGB (Red+Green+Blue) = 181+131+20=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B58314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58314 is #4A7CEB. Grayscale: #858585. Windows color (decimal): -4881644 or 1344437. OLE color: 1344437.

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

Color convert

RGB 181 131 20 -
CMYK 0 0.28 0.89 0.29
HSL 41.37º 0.8% 0.39% -
HSV(B) 41.37º 0.89% 0.71% -
XYZ 27.3 26.11 4.26 -
YUV 133.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 181 131 20 0 0.28 0.89 0.29 41.37 0.8 0.39
Hex B5 83 14 0 1C 59 1D 29 50 27
Octal 265 203 24 0 34 131 35 51 120 47
Binary 10110101 10000011 10100 0 11100 1011001 11101 101001 1010000 100111

Color Harmonies of #B58314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58314

Black with #B58314

Text Example


Text Example

White with #B58314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58314; }

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

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

background-color css

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

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

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

border-color css

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

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

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