Html Css Color HEX #B58015 Dark Goldenrod

📋 copy color: '#B58015'

red 181 ◦ green 128 ◦ blue 21

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

Shades of Dark Goldenrod #B58015

Tints of Dark Goldenrod #B58015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 54.85%
G = 38.79%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B58015 (or 0xB58015) is known color: Dark Goldenrod. HEX triplet: B5, 80 and 15. RGB value is (181,128,21). Sum of RGB (Red+Green+Blue) = 181+128+21=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B58015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58015 is #4A7FEA. Grayscale: #848484. Windows color (decimal): -4882411 or 1409205. OLE color: 1409205.

HSL color Cylindrical-coordinate representation of color #B58015: hue angle of 40.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B58015 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 128 21 -
CMYK 0 0.29 0.88 0.29
HSL 40.13º 0.79% 0.4% -
HSV(B) 40.13º 0.88% 0.71% -
XYZ 26.91 25.32 4.18 -
YUV 131.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 181 128 21 0 0.29 0.88 0.29 40.13 0.79 0.4
Hex B5 80 15 0 1D 58 1D 28 4F 28
Octal 265 200 25 0 35 130 35 50 117 50
Binary 10110101 10000000 10101 0 11101 1011000 11101 101000 1001111 101000

Color Harmonies of #B58015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58015

Black with #B58015

Text Example


Text Example

White with #B58015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58015; }

 p { color: rgb(181,128,21); }

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

background-color css

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

 a { background-color: rgb(181,128,21); }

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

border-color css

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

 span { border-color: rgb(181,128,21); }

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