Html Css Color HEX #BA8301 Dark Goldenrod

📋 copy color: '#BA8301'

red 186 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #BA8301

Tints of Dark Goldenrod #BA8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

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

R = 58.49%
G = 41.19%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA8301 (or 0xBA8301) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 01. RGB value is (186,131,1). Sum of RGB (Red+Green+Blue) = 186+131+1=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8301 is #457CFE. Grayscale: #858585. Windows color (decimal): -4553983 or 99258. OLE color: 99258.

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

Color convert

RGB 186 131 1 -
CMYK 0 0.30 0.99 0.27
HSL 42.16º 0.99% 0.37% -
HSV(B) 42.16º 0.99% 0.73% -
XYZ 28.37 26.67 3.68 -
YUV 132.63 53.72 166.07 -
System Red Green Blue C M Y K H S L
Decimal 186 131 1 0 0.30 0.99 0.27 42.16 0.99 0.37
Hex BA 83 1 0 1E 63 1B 2A 63 25
Octal 272 203 1 0 36 143 33 52 143 45
Binary 10111010 10000011 1 0 11110 1100011 11011 101010 1100011 100101

Color Harmonies of #BA8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8301

Black with #BA8301

Text Example


Text Example

White with #BA8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8301; }

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

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

background-color css

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

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

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

border-color css

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

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

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