Html Css Color HEX #BA9700 Dark Goldenrod

📋 copy color: '#BA9700'

red 186 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #BA9700

Tints of Dark Goldenrod #BA9700

RGB

 RED value IS 186 (73.05% from 255) = 55.19%

 GREEN value IS 151 (59.38% from 255) = 44.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.19%
G = 44.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA9700 (or 0xBA9700) is known color: Dark Goldenrod. HEX triplet: BA, 97 and 00. RGB value is (186,151,0). Sum of RGB (Red+Green+Blue) = 186+151+0=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9700 is #4568FF. Grayscale: #909090. Windows color (decimal): -4548864 or 38842. OLE color: 38842.

HSL color Cylindrical-coordinate representation of color #BA9700: hue angle of 48.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA9700 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 0 -
CMYK 0 0.19 1 0.27
HSL 48.71º 1% 0.36% -
HSV(B) 48.71º 1% 0.73% -
XYZ 31.32 32.57 4.64 -
YUV 144.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 186 151 0 0 0.19 1 0.27 48.71 1 0.36
Hex BA 97 0 0 13 64 1B 31 64 24
Octal 272 227 0 0 23 144 33 61 144 44
Binary 10111010 10010111 0 0 10011 1100100 11011 110001 1100100 100100

Color Harmonies of #BA9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9700

Black with #BA9700

Text Example


Text Example

White with #BA9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9700; }

 p { color: rgb(186,151,0); }

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

background-color css

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

 a { background-color: rgb(186,151,0); }

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

border-color css

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

 span { border-color: rgb(186,151,0); }

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