Html Css Color HEX #B97C10 Dark Goldenrod

📋 copy color: '#B97C10'

red 185 ◦ green 124 ◦ blue 16

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

Shades of Dark Goldenrod #B97C10

Tints of Dark Goldenrod #B97C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.15%

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

R = 56.92%
G = 38.15%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B97C10 (or 0xB97C10) is known color: Dark Goldenrod. HEX triplet: B9, 7C and 10. RGB value is (185,124,16). Sum of RGB (Red+Green+Blue) = 185+124+16=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97C10 is #4683EF. Grayscale: #828282. Windows color (decimal): -4621296 or 1080505. OLE color: 1080505.

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

Color convert

RGB 185 124 16 -
CMYK 0 0.33 0.91 0.27
HSL 38.34º 0.84% 0.39% -
HSV(B) 38.34º 0.91% 0.73% -
XYZ 27.31 24.77 3.83 -
YUV 129.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 185 124 16 0 0.33 0.91 0.27 38.34 0.84 0.39
Hex B9 7C 10 0 21 5B 1B 26 54 27
Octal 271 174 20 0 41 133 33 46 124 47
Binary 10111001 1111100 10000 0 100001 1011011 11011 100110 1010100 100111

Color Harmonies of #B97C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C10

Black with #B97C10

Text Example


Text Example

White with #B97C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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