Html Css Color HEX #BA9600 Dark Goldenrod

📋 copy color: '#BA9600'

red 186 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #BA9600

Tints of Dark Goldenrod #BA9600

RGB

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

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

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

R = 55.36%
G = 44.64%
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

#BA9600 (or 0xBA9600) is known color: Dark Goldenrod. HEX triplet: BA, 96 and 00. RGB value is (186,150,0). Sum of RGB (Red+Green+Blue) = 186+150+0=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9600 is #4569FF. Grayscale: #909090. Windows color (decimal): -4549120 or 38586. OLE color: 38586.

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

Color convert

RGB 186 150 0 -
CMYK 0 0.19 1 0.27
HSL 48.39º 1% 0.36% -
HSV(B) 48.39º 1% 0.73% -
XYZ 31.16 32.25 4.58 -
YUV 143.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 186 150 0 0 0.19 1 0.27 48.39 1 0.36
Hex BA 96 0 0 13 64 1B 30 64 24
Octal 272 226 0 0 23 144 33 60 144 44
Binary 10111010 10010110 0 0 10011 1100100 11011 110000 1100100 100100

Color Harmonies of #BA9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9600

Black with #BA9600

Text Example


Text Example

White with #BA9600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9600; }

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

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

background-color css

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

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

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

border-color css

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

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

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