Html Css Color HEX #B9740A Dark Goldenrod

📋 copy color: '#B9740A'

red 185 ◦ green 116 ◦ blue 10

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

Shades of Dark Goldenrod #B9740A

Tints of Dark Goldenrod #B9740A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 59.49%
G = 37.3%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9740A (or 0xB9740A) is known color: Dark Goldenrod. HEX triplet: B9, 74 and 0A. RGB value is (185,116,10). Sum of RGB (Red+Green+Blue) = 185+116+10=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9740A is #468BF5. Grayscale: #7D7D7D. Windows color (decimal): -4623350 or 685241. OLE color: 685241.

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

Color convert

RGB 185 116 10 -
CMYK 0 0.37 0.95 0.27
HSL 36.34º 0.9% 0.38% -
HSV(B) 36.34º 0.95% 0.73% -
XYZ 26.31 22.83 3.31 -
YUV 124.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 185 116 10 0 0.37 0.95 0.27 36.34 0.9 0.38
Hex B9 74 A 0 25 5F 1B 24 5A 26
Octal 271 164 12 0 45 137 33 44 132 46
Binary 10111001 1110100 1010 0 100101 1011111 11011 100100 1011010 100110

Color Harmonies of #B9740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9740A

Black with #B9740A

Text Example


Text Example

White with #B9740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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