Html Css Color HEX #BA7302 Dark Goldenrod

📋 copy color: '#BA7302'

red 186 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #BA7302

Tints of Dark Goldenrod #BA7302

RGB

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

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

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

R = 61.39%
G = 37.95%
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

#BA7302 (or 0xBA7302) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 02. RGB value is (186,115,2). Sum of RGB (Red+Green+Blue) = 186+115+2=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7302 is #458CFD. Grayscale: #7B7B7B. Windows color (decimal): -4558078 or 160698. OLE color: 160698.

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

Color convert

RGB 186 115 2 -
CMYK 0 0.38 0.99 0.27
HSL 36.85º 0.98% 0.37% -
HSV(B) 36.85º 0.99% 0.73% -
XYZ 26.39 22.7 3.05 -
YUV 123.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 186 115 2 0 0.38 0.99 0.27 36.85 0.98 0.37
Hex BA 73 2 0 26 63 1B 25 62 25
Octal 272 163 2 0 46 143 33 45 142 45
Binary 10111010 1110011 10 0 100110 1100011 11011 100101 1100010 100101

Color Harmonies of #BA7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7302

Black with #BA7302

Text Example


Text Example

White with #BA7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7302; }

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

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

background-color css

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

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

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

border-color css

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

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

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