Html Css Color HEX #B9700A Dark Goldenrod

📋 copy color: '#B9700A'

red 185 ◦ green 112 ◦ blue 10

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

Shades of Dark Goldenrod #B9700A

Tints of Dark Goldenrod #B9700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 60.26%
G = 36.48%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9700A (or 0xB9700A) is known color: Dark Goldenrod. HEX triplet: B9, 70 and 0A. RGB value is (185,112,10). Sum of RGB (Red+Green+Blue) = 185+112+10=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B9700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9700A is #468FF5. Grayscale: #7A7A7A. Windows color (decimal): -4624374 or 684217. OLE color: 684217.

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

Color convert

RGB 185 112 10 -
CMYK 0 0.39 0.95 0.27
HSL 34.97º 0.9% 0.38% -
HSV(B) 34.97º 0.95% 0.73% -
XYZ 25.86 21.92 3.16 -
YUV 122.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 185 112 10 0 0.39 0.95 0.27 34.97 0.9 0.38
Hex B9 70 A 0 27 5F 1B 23 5A 26
Octal 271 160 12 0 47 137 33 43 132 46
Binary 10111001 1110000 1010 0 100111 1011111 11011 100011 1011010 100110

Color Harmonies of #B9700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9700A

Black with #B9700A

Text Example


Text Example

White with #B9700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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