Html Css Color HEX #BA7100 Dark Goldenrod

📋 copy color: '#BA7100'

red 186 ◦ green 113 ◦ blue 0

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

Shades of Dark Goldenrod #BA7100

Tints of Dark Goldenrod #BA7100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.21%
G = 37.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA7100 (or 0xBA7100) is known color: Dark Goldenrod. HEX triplet: BA, 71 and 00. RGB value is (186,113,0). Sum of RGB (Red+Green+Blue) = 186+113+0=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7100 is #458EFF. Grayscale: #7A7A7A. Windows color (decimal): -4558592 or 29114. OLE color: 29114.

HSL color Cylindrical-coordinate representation of color #BA7100: hue angle of 36.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA7100 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 113 0 -
CMYK 0 0.39 1 0.27
HSL 36.45º 1% 0.36% -
HSV(B) 36.45º 1% 0.73% -
XYZ 26.15 22.25 2.92 -
YUV 121.95 59.18 173.69 -
System Red Green Blue C M Y K H S L
Decimal 186 113 0 0 0.39 1 0.27 36.45 1 0.36
Hex BA 71 0 0 27 64 1B 24 64 24
Octal 272 161 0 0 47 144 33 44 144 44
Binary 10111010 1110001 0 0 100111 1100100 11011 100100 1100100 100100

Color Harmonies of #BA7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7100

Black with #BA7100

Text Example


Text Example

White with #BA7100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7100; }

 p { color: rgb(186,113,0); }

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

background-color css

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

 a { background-color: rgb(186,113,0); }

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

border-color css

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

 span { border-color: rgb(186,113,0); }

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