Html Css Color HEX #B58307 Dark Goldenrod

📋 copy color: '#B58307'

red 181 ◦ green 131 ◦ blue 7

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

Shades of Dark Goldenrod #B58307

Tints of Dark Goldenrod #B58307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 56.74%
G = 41.07%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B58307 (or 0xB58307) is known color: Dark Goldenrod. HEX triplet: B5, 83 and 07. RGB value is (181,131,7). Sum of RGB (Red+Green+Blue) = 181+131+7=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B58307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58307 is #4A7CF8. Grayscale: #848484. Windows color (decimal): -4881657 or 492469. OLE color: 492469.

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

Color convert

RGB 181 131 7 -
CMYK 0 0.28 0.96 0.29
HSL 42.76º 0.93% 0.37% -
HSV(B) 42.76º 0.96% 0.71% -
XYZ 27.21 26.07 3.8 -
YUV 131.81 57.57 163.08 -
System Red Green Blue C M Y K H S L
Decimal 181 131 7 0 0.28 0.96 0.29 42.76 0.93 0.37
Hex B5 83 7 0 1C 60 1D 2B 5D 25
Octal 265 203 7 0 34 140 35 53 135 45
Binary 10110101 10000011 111 0 11100 1100000 11101 101011 1011101 100101

Color Harmonies of #B58307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58307

Black with #B58307

Text Example


Text Example

White with #B58307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58307; }

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

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

background-color css

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

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

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

border-color css

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

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

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