Html Css Color HEX #BA7303 Dark Goldenrod

📋 copy color: '#BA7303'

red 186 ◦ green 115 ◦ blue 3

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

Shades of Dark Goldenrod #BA7303

Tints of Dark Goldenrod #BA7303

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.83%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 61.18%
G = 37.83%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA7303 (or 0xBA7303) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 03. RGB value is (186,115,3). Sum of RGB (Red+Green+Blue) = 186+115+3=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7303 is #458CFC. Grayscale: #7B7B7B. Windows color (decimal): -4558077 or 226234. OLE color: 226234.

HSL color Cylindrical-coordinate representation of color #BA7303: hue angle of 36.72º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA7303 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 3 -
CMYK 0 0.38 0.98 0.27
HSL 36.72º 0.97% 0.37% -
HSV(B) 36.72º 0.98% 0.73% -
XYZ 26.4 22.71 3.08 -
YUV 123.46 60.02 172.61 -
System Red Green Blue C M Y K H S L
Decimal 186 115 3 0 0.38 0.98 0.27 36.72 0.97 0.37
Hex BA 73 3 0 26 62 1B 25 61 25
Octal 272 163 3 0 46 142 33 45 141 45
Binary 10111010 1110011 11 0 100110 1100010 11011 100101 1100001 100101

Color Harmonies of #BA7303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7303

Black with #BA7303

Text Example


Text Example

White with #BA7303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7303; }

 p { color: rgb(186,115,3); }

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

background-color css

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

 a { background-color: rgb(186,115,3); }

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

border-color css

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

 span { border-color: rgb(186,115,3); }

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