Html Css Color HEX #BA9701 Dark Goldenrod

📋 copy color: '#BA9701'

red 186 ◦ green 151 ◦ blue 1

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

Shades of Dark Goldenrod #BA9701

Tints of Dark Goldenrod #BA9701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.67%

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

R = 55.03%
G = 44.67%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA9701 (or 0xBA9701) is known color: Dark Goldenrod. HEX triplet: BA, 97 and 01. RGB value is (186,151,1). Sum of RGB (Red+Green+Blue) = 186+151+1=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9701 is #4568FE. Grayscale: #919191. Windows color (decimal): -4548863 or 104378. OLE color: 104378.

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

Color convert

RGB 186 151 1 -
CMYK 0 0.19 0.99 0.27
HSL 48.65º 0.99% 0.37% -
HSV(B) 48.65º 0.99% 0.73% -
XYZ 31.32 32.57 4.67 -
YUV 144.37 47.1 157.7 -
System Red Green Blue C M Y K H S L
Decimal 186 151 1 0 0.19 0.99 0.27 48.65 0.99 0.37
Hex BA 97 1 0 13 63 1B 31 63 25
Octal 272 227 1 0 23 143 33 61 143 45
Binary 10111010 10010111 1 0 10011 1100011 11011 110001 1100011 100101

Color Harmonies of #BA9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9701

Black with #BA9701

Text Example


Text Example

White with #BA9701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9701; }

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

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

background-color css

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

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

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

border-color css

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

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

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