Html Css Color HEX #BA7201 Dark Goldenrod

📋 copy color: '#BA7201'

red 186 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #BA7201

Tints of Dark Goldenrod #BA7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 61.79%
G = 37.87%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA7201 (or 0xBA7201) is known color: Dark Goldenrod. HEX triplet: BA, 72 and 01. RGB value is (186,114,1). Sum of RGB (Red+Green+Blue) = 186+114+1=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7201 is #458DFE. Grayscale: #7B7B7B. Windows color (decimal): -4558335 or 94906. OLE color: 94906.

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

Color convert

RGB 186 114 1 -
CMYK 0 0.39 0.99 0.27
HSL 36.65º 0.99% 0.37% -
HSV(B) 36.65º 0.99% 0.73% -
XYZ 26.27 22.48 2.98 -
YUV 122.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 186 114 1 0 0.39 0.99 0.27 36.65 0.99 0.37
Hex BA 72 1 0 27 63 1B 25 63 25
Octal 272 162 1 0 47 143 33 45 143 45
Binary 10111010 1110010 1 0 100111 1100011 11011 100101 1100011 100101

Color Harmonies of #BA7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7201

Black with #BA7201

Text Example


Text Example

White with #BA7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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