Html Css Color HEX #BA7402 Dark Goldenrod

📋 copy color: '#BA7402'

red 186 ◦ green 116 ◦ blue 2

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

Shades of Dark Goldenrod #BA7402

Tints of Dark Goldenrod #BA7402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.16%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 61.18%
G = 38.16%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA7402 (or 0xBA7402) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 02. RGB value is (186,116,2). Sum of RGB (Red+Green+Blue) = 186+116+2=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7402 is #458BFD. Grayscale: #7C7C7C. Windows color (decimal): -4557822 or 160954. OLE color: 160954.

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

Color convert

RGB 186 116 2 -
CMYK 0 0.38 0.99 0.27
HSL 37.17º 0.98% 0.37% -
HSV(B) 37.17º 0.99% 0.73% -
XYZ 26.51 22.93 3.09 -
YUV 123.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 186 116 2 0 0.38 0.99 0.27 37.17 0.98 0.37
Hex BA 74 2 0 26 63 1B 25 62 25
Octal 272 164 2 0 46 143 33 45 142 45
Binary 10111010 1110100 10 0 100110 1100011 11011 100101 1100010 100101

Color Harmonies of #BA7402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7402

Black with #BA7402

Text Example


Text Example

White with #BA7402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7402; }

 p { color: rgb(186,116,2); }

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

background-color css

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

 a { background-color: rgb(186,116,2); }

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

border-color css

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

 span { border-color: rgb(186,116,2); }

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