Html Css Color HEX #BA7101 Dark Goldenrod

📋 copy color: '#BA7101'

red 186 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #BA7101

Tints of Dark Goldenrod #BA7101

RGB

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

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

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

R = 62%
G = 37.67%
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

#BA7101 (or 0xBA7101) is known color: Dark Goldenrod. HEX triplet: BA, 71 and 01. RGB value is (186,113,1). Sum of RGB (Red+Green+Blue) = 186+113+1=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7101 is #458EFE. Grayscale: #7A7A7A. Windows color (decimal): -4558591 or 94650. OLE color: 94650.

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

Color convert

RGB 186 113 1 -
CMYK 0 0.39 0.99 0.27
HSL 36.32º 0.99% 0.37% -
HSV(B) 36.32º 0.99% 0.73% -
XYZ 26.16 22.25 2.94 -
YUV 122.06 59.68 173.61 -
System Red Green Blue C M Y K H S L
Decimal 186 113 1 0 0.39 0.99 0.27 36.32 0.99 0.37
Hex BA 71 1 0 27 63 1B 24 63 25
Octal 272 161 1 0 47 143 33 44 143 45
Binary 10111010 1110001 1 0 100111 1100011 11011 100100 1100011 100101

Color Harmonies of #BA7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7101

Black with #BA7101

Text Example


Text Example

White with #BA7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7101; }

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

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

background-color css

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

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

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

border-color css

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

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

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