Html Css Color HEX #BA9301 Dark Goldenrod

📋 copy color: '#BA9301'

red 186 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #BA9301

Tints of Dark Goldenrod #BA9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.01%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 55.69%
G = 44.01%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA9301 (or 0xBA9301) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 01. RGB value is (186,147,1). Sum of RGB (Red+Green+Blue) = 186+147+1=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9301 is #456CFE. Grayscale: #8E8E8E. Windows color (decimal): -4549887 or 103354. OLE color: 103354.

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

Color convert

RGB 186 147 1 -
CMYK 0 0.21 0.99 0.27
HSL 47.35º 0.99% 0.37% -
HSV(B) 47.35º 0.99% 0.73% -
XYZ 30.69 31.31 4.45 -
YUV 142.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 186 147 1 0 0.21 0.99 0.27 47.35 0.99 0.37
Hex BA 93 1 0 15 63 1B 2F 63 25
Octal 272 223 1 0 25 143 33 57 143 45
Binary 10111010 10010011 1 0 10101 1100011 11011 101111 1100011 100101

Color Harmonies of #BA9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9301

Black with #BA9301

Text Example


Text Example

White with #BA9301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9301; }

 p { color: rgb(186,147,1); }

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

background-color css

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

 a { background-color: rgb(186,147,1); }

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

border-color css

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

 span { border-color: rgb(186,147,1); }

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