Html Css Color HEX #BA7501 Dark Goldenrod

📋 copy color: '#BA7501'

red 186 ◦ green 117 ◦ blue 1

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

Shades of Dark Goldenrod #BA7501

Tints of Dark Goldenrod #BA7501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

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

R = 61.18%
G = 38.49%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA7501 (or 0xBA7501) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 01. RGB value is (186,117,1). Sum of RGB (Red+Green+Blue) = 186+117+1=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7501 is #458AFE. Grayscale: #7C7C7C. Windows color (decimal): -4557567 or 95674. OLE color: 95674.

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

Color convert

RGB 186 117 1 -
CMYK 0 0.37 0.99 0.27
HSL 37.62º 0.99% 0.37% -
HSV(B) 37.62º 0.99% 0.73% -
XYZ 26.62 23.16 3.1 -
YUV 124.41 58.36 171.93 -
System Red Green Blue C M Y K H S L
Decimal 186 117 1 0 0.37 0.99 0.27 37.62 0.99 0.37
Hex BA 75 1 0 25 63 1B 26 63 25
Octal 272 165 1 0 45 143 33 46 143 45
Binary 10111010 1110101 1 0 100101 1100011 11011 100110 1100011 100101

Color Harmonies of #BA7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7501

Black with #BA7501

Text Example


Text Example

White with #BA7501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7501; }

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

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

background-color css

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

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

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

border-color css

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

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

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