Html Css Color HEX #BA8201 Dark Goldenrod

📋 copy color: '#BA8201'

red 186 ◦ green 130 ◦ blue 1

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

Shades of Dark Goldenrod #BA8201

Tints of Dark Goldenrod #BA8201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

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

R = 58.68%
G = 41.01%
B = 0.32%

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

#BA8201 (or 0xBA8201) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 01. RGB value is (186,130,1). Sum of RGB (Red+Green+Blue) = 186+130+1=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8201 is #457DFE. Grayscale: #848484. Windows color (decimal): -4554239 or 99002. OLE color: 99002.

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

Color convert

RGB 186 130 1 -
CMYK 0 0.30 0.99 0.27
HSL 41.84º 0.99% 0.37% -
HSV(B) 41.84º 0.99% 0.73% -
XYZ 28.24 26.41 3.64 -
YUV 132.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 186 130 1 0 0.30 0.99 0.27 41.84 0.99 0.37
Hex BA 82 1 0 1E 63 1B 2A 63 25
Octal 272 202 1 0 36 143 33 52 143 45
Binary 10111010 10000010 1 0 11110 1100011 11011 101010 1100011 100101

Color Harmonies of #BA8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8201

Black with #BA8201

Text Example


Text Example

White with #BA8201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8201; }

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

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

background-color css

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

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

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

border-color css

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

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

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