Html Css Color HEX #B97C0B Dark Goldenrod

📋 copy color: '#B97C0B'

red 185 ◦ green 124 ◦ blue 11

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

Shades of Dark Goldenrod #B97C0B

Tints of Dark Goldenrod #B97C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 57.81%
G = 38.75%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B97C0B (or 0xB97C0B) is known color: Dark Goldenrod. HEX triplet: B9, 7C and 0B. RGB value is (185,124,11). Sum of RGB (Red+Green+Blue) = 185+124+11=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97C0B is #4683F4. Grayscale: #818181. Windows color (decimal): -4621301 or 752825. OLE color: 752825.

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

Color convert

RGB 185 124 11 -
CMYK 0 0.33 0.94 0.27
HSL 38.97º 0.89% 0.38% -
HSV(B) 38.97º 0.94% 0.73% -
XYZ 27.28 24.75 3.66 -
YUV 129.36 61.21 167.69 -
System Red Green Blue C M Y K H S L
Decimal 185 124 11 0 0.33 0.94 0.27 38.97 0.89 0.38
Hex B9 7C B 0 21 5E 1B 27 59 26
Octal 271 174 13 0 41 136 33 47 131 46
Binary 10111001 1111100 1011 0 100001 1011110 11011 100111 1011001 100110

Color Harmonies of #B97C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C0B

Black with #B97C0B

Text Example


Text Example

White with #B97C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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