Html Css Color HEX #B97915 Dark Goldenrod

📋 copy color: '#B97915'

red 185 ◦ green 121 ◦ blue 21

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

Shades of Dark Goldenrod #B97915

Tints of Dark Goldenrod #B97915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

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

R = 56.57%
G = 37%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B97915 (or 0xB97915) is known color: Dark Goldenrod. HEX triplet: B9, 79 and 15. RGB value is (185,121,21). Sum of RGB (Red+Green+Blue) = 185+121+21=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B97915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97915 is #4686EA. Grayscale: #818181. Windows color (decimal): -4622059 or 1407417. OLE color: 1407417.

HSL color Cylindrical-coordinate representation of color #B97915: hue angle of 36.59º 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 #B97915 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 121 21 -
CMYK 0 0.35 0.89 0.27
HSL 36.59º 0.8% 0.4% -
HSV(B) 36.59º 0.89% 0.73% -
XYZ 26.98 24.04 3.93 -
YUV 128.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 185 121 21 0 0.35 0.89 0.27 36.59 0.8 0.4
Hex B9 79 15 0 23 59 1B 25 50 28
Octal 271 171 25 0 43 131 33 45 120 50
Binary 10111001 1111001 10101 0 100011 1011001 11011 100101 1010000 101000

Color Harmonies of #B97915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97915

Black with #B97915

Text Example


Text Example

White with #B97915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97915; }

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

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

background-color css

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

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

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

border-color css

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

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

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