Html Css Color HEX #BA9606 Dark Goldenrod

📋 copy color: '#BA9606'

red 186 ◦ green 150 ◦ blue 6

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

Shades of Dark Goldenrod #BA9606

Tints of Dark Goldenrod #BA9606

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

 BLUE value IS 6 (2.73% from 255) = 1.75%

R = 54.39%
G = 43.86%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA9606 (or 0xBA9606) is known color: Dark Goldenrod. HEX triplet: BA, 96 and 06. RGB value is (186,150,6). Sum of RGB (Red+Green+Blue) = 186+150+6=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9606 is #4569F9. Grayscale: #909090. Windows color (decimal): -4549114 or 431802. OLE color: 431802.

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

Color convert

RGB 186 150 6 -
CMYK 0 0.19 0.97 0.27
HSL 48º 0.94% 0.38% -
HSV(B) 48º 0.97% 0.73% -
XYZ 31.19 32.26 4.76 -
YUV 144.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 186 150 6 0 0.19 0.97 0.27 48 0.94 0.38
Hex BA 96 6 0 13 61 1B 30 5E 26
Octal 272 226 6 0 23 141 33 60 136 46
Binary 10111010 10010110 110 0 10011 1100001 11011 110000 1011110 100110

Color Harmonies of #BA9606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9606

Black with #BA9606

Text Example


Text Example

White with #BA9606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9606; }

 p { color: rgb(186,150,6); }

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

background-color css

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

 a { background-color: rgb(186,150,6); }

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

border-color css

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

 span { border-color: rgb(186,150,6); }

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