Html Css Color HEX #BA7301 Dark Goldenrod

📋 copy color: '#BA7301'

red 186 ◦ green 115 ◦ blue 1

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

Shades of Dark Goldenrod #BA7301

Tints of Dark Goldenrod #BA7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 61.59%
G = 38.08%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA7301 (or 0xBA7301) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 01. RGB value is (186,115,1). Sum of RGB (Red+Green+Blue) = 186+115+1=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7301 is #458CFE. Grayscale: #7B7B7B. Windows color (decimal): -4558079 or 95162. OLE color: 95162.

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

Color convert

RGB 186 115 1 -
CMYK 0 0.38 0.99 0.27
HSL 36.97º 0.99% 0.37% -
HSV(B) 36.97º 0.99% 0.73% -
XYZ 26.39 22.7 3.02 -
YUV 123.23 59.02 172.77 -
System Red Green Blue C M Y K H S L
Decimal 186 115 1 0 0.38 0.99 0.27 36.97 0.99 0.37
Hex BA 73 1 0 26 63 1B 25 63 25
Octal 272 163 1 0 46 143 33 45 143 45
Binary 10111010 1110011 1 0 100110 1100011 11011 100101 1100011 100101

Color Harmonies of #BA7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7301

Black with #BA7301

Text Example


Text Example

White with #BA7301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7301; }

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

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

background-color css

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

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

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

border-color css

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

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

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