Html Css Color HEX #B97210 Dark Goldenrod

📋 copy color: '#B97210'

red 185 ◦ green 114 ◦ blue 16

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

Shades of Dark Goldenrod #B97210

Tints of Dark Goldenrod #B97210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 58.73%
G = 36.19%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B97210 (or 0xB97210) is known color: Dark Goldenrod. HEX triplet: B9, 72 and 10. RGB value is (185,114,16). Sum of RGB (Red+Green+Blue) = 185+114+16=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B97210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97210 is #468DEF. Grayscale: #7C7C7C. Windows color (decimal): -4623856 or 1077945. OLE color: 1077945.

HSL color Cylindrical-coordinate representation of color #B97210: hue angle of 34.79º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B97210 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 114 16 -
CMYK 0 0.38 0.91 0.27
HSL 34.79º 0.84% 0.39% -
HSV(B) 34.79º 0.91% 0.73% -
XYZ 26.12 22.39 3.43 -
YUV 124.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 185 114 16 0 0.38 0.91 0.27 34.79 0.84 0.39
Hex B9 72 10 0 26 5B 1B 23 54 27
Octal 271 162 20 0 46 133 33 43 124 47
Binary 10111001 1110010 10000 0 100110 1011011 11011 100011 1010100 100111

Color Harmonies of #B97210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97210

Black with #B97210

Text Example


Text Example

White with #B97210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97210; }

 p { color: rgb(185,114,16); }

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

background-color css

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

 a { background-color: rgb(185,114,16); }

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

border-color css

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

 span { border-color: rgb(185,114,16); }

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