Html Css Color HEX #BA9603 Dark Goldenrod

📋 copy color: '#BA9603'

red 186 ◦ green 150 ◦ blue 3

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

Shades of Dark Goldenrod #BA9603

Tints of Dark Goldenrod #BA9603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 54.87%
G = 44.25%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA9603 (or 0xBA9603) is known color: Dark Goldenrod. HEX triplet: BA, 96 and 03. RGB value is (186,150,3). Sum of RGB (Red+Green+Blue) = 186+150+3=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9603 is #4569FC. Grayscale: #909090. Windows color (decimal): -4549117 or 235194. OLE color: 235194.

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

Color convert

RGB 186 150 3 -
CMYK 0 0.19 0.98 0.27
HSL 48.2º 0.97% 0.37% -
HSV(B) 48.2º 0.98% 0.73% -
XYZ 31.17 32.26 4.67 -
YUV 144.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 186 150 3 0 0.19 0.98 0.27 48.2 0.97 0.37
Hex BA 96 3 0 13 62 1B 30 61 25
Octal 272 226 3 0 23 142 33 60 141 45
Binary 10111010 10010110 11 0 10011 1100010 11011 110000 1100001 100101

Color Harmonies of #BA9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9603

Black with #BA9603

Text Example


Text Example

White with #BA9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9603; }

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

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

background-color css

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

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

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

border-color css

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

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

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