Html Css Color HEX #BA9407 Dark Goldenrod

📋 copy color: '#BA9407'

red 186 ◦ green 148 ◦ blue 7

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

Shades of Dark Goldenrod #BA9407

Tints of Dark Goldenrod #BA9407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.4%

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 54.55%
G = 43.4%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA9407 (or 0xBA9407) is known color: Dark Goldenrod. HEX triplet: BA, 94 and 07. RGB value is (186,148,7). Sum of RGB (Red+Green+Blue) = 186+148+7=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9407 is #456BF8. Grayscale: #8F8F8F. Windows color (decimal): -4549625 or 496826. OLE color: 496826.

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

Color convert

RGB 186 148 7 -
CMYK 0 0.20 0.96 0.27
HSL 47.26º 0.93% 0.38% -
HSV(B) 47.26º 0.96% 0.73% -
XYZ 30.88 31.63 4.68 -
YUV 143.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 186 148 7 0 0.20 0.96 0.27 47.26 0.93 0.38
Hex BA 94 7 0 14 60 1B 2F 5D 26
Octal 272 224 7 0 24 140 33 57 135 46
Binary 10111010 10010100 111 0 10100 1100000 11011 101111 1011101 100110

Color Harmonies of #BA9407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9407

Black with #BA9407

Text Example


Text Example

White with #BA9407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9407; }

 p { color: rgb(186,148,7); }

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

background-color css

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

 a { background-color: rgb(186,148,7); }

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

border-color css

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

 span { border-color: rgb(186,148,7); }

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