Html Css Color HEX #B9740B Dark Goldenrod

📋 copy color: '#B9740B'

red 185 ◦ green 116 ◦ blue 11

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

Shades of Dark Goldenrod #B9740B

Tints of Dark Goldenrod #B9740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

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

R = 59.29%
G = 37.18%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9740B (or 0xB9740B) is known color: Dark Goldenrod. HEX triplet: B9, 74 and 0B. RGB value is (185,116,11). Sum of RGB (Red+Green+Blue) = 185+116+11=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9740B is #468BF4. Grayscale: #7D7D7D. Windows color (decimal): -4623349 or 750777. OLE color: 750777.

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

Color convert

RGB 185 116 11 -
CMYK 0 0.37 0.94 0.27
HSL 36.21º 0.89% 0.38% -
HSV(B) 36.21º 0.94% 0.73% -
XYZ 26.31 22.83 3.34 -
YUV 124.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 185 116 11 0 0.37 0.94 0.27 36.21 0.89 0.38
Hex B9 74 B 0 25 5E 1B 24 59 26
Octal 271 164 13 0 45 136 33 44 131 46
Binary 10111001 1110100 1011 0 100101 1011110 11011 100100 1011001 100110

Color Harmonies of #B9740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9740B

Black with #B9740B

Text Example


Text Example

White with #B9740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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