Html Css Color HEX #B58A07 Dark Goldenrod

📋 copy color: '#B58A07'

red 181 ◦ green 138 ◦ blue 7

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

Shades of Dark Goldenrod #B58A07

Tints of Dark Goldenrod #B58A07

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.33%

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

R = 55.52%
G = 42.33%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B58A07 (or 0xB58A07) is known color: Dark Goldenrod. HEX triplet: B5, 8A and 07. RGB value is (181,138,7). Sum of RGB (Red+Green+Blue) = 181+138+7=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58A07 is #4A75F8. Grayscale: #888888. Windows color (decimal): -4879865 or 494261. OLE color: 494261.

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

Color convert

RGB 181 138 7 -
CMYK 0 0.24 0.96 0.29
HSL 45.17º 0.93% 0.37% -
HSV(B) 45.17º 0.96% 0.71% -
XYZ 28.18 28.02 4.12 -
YUV 135.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 181 138 7 0 0.24 0.96 0.29 45.17 0.93 0.37
Hex B5 8A 7 0 18 60 1D 2D 5D 25
Octal 265 212 7 0 30 140 35 55 135 45
Binary 10110101 10001010 111 0 11000 1100000 11101 101101 1011101 100101

Color Harmonies of #B58A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A07

Black with #B58A07

Text Example


Text Example

White with #B58A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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