Html Css Color HEX #B98515 Dark Goldenrod

📋 copy color: '#B98515'

red 185 ◦ green 133 ◦ blue 21

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

Shades of Dark Goldenrod #B98515

Tints of Dark Goldenrod #B98515

RGB

 RED value IS 185 (72.66% from 255) = 54.57%

 GREEN value IS 133 (52.34% from 255) = 39.23%

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

R = 54.57%
G = 39.23%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B98515 (or 0xB98515) is known color: Dark Goldenrod. HEX triplet: B9, 85 and 15. RGB value is (185,133,21). Sum of RGB (Red+Green+Blue) = 185+133+21=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B98515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98515 is #467AEA. Grayscale: #888888. Windows color (decimal): -4618987 or 1410489. OLE color: 1410489.

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

Color convert

RGB 185 133 21 -
CMYK 0 0.28 0.89 0.27
HSL 40.98º 0.8% 0.4% -
HSV(B) 40.98º 0.89% 0.73% -
XYZ 28.53 27.14 4.44 -
YUV 135.78 63.23 163.11 -
System Red Green Blue C M Y K H S L
Decimal 185 133 21 0 0.28 0.89 0.27 40.98 0.8 0.4
Hex B9 85 15 0 1C 59 1B 29 50 28
Octal 271 205 25 0 34 131 33 51 120 50
Binary 10111001 10000101 10101 0 11100 1011001 11011 101001 1010000 101000

Color Harmonies of #B98515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98515

Black with #B98515

Text Example


Text Example

White with #B98515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98515; }

 p { color: rgb(185,133,21); }

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

background-color css

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

 a { background-color: rgb(185,133,21); }

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

border-color css

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

 span { border-color: rgb(185,133,21); }

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