Html Css Color HEX #BA7202 Dark Goldenrod

📋 copy color: '#BA7202'

red 186 ◦ green 114 ◦ blue 2

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

Shades of Dark Goldenrod #BA7202

Tints of Dark Goldenrod #BA7202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 61.59%
G = 37.75%
B = 0.66%

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

#BA7202 (or 0xBA7202) is known color: Dark Goldenrod. HEX triplet: BA, 72 and 02. RGB value is (186,114,2). Sum of RGB (Red+Green+Blue) = 186+114+2=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7202 is #458DFD. Grayscale: #7B7B7B. Windows color (decimal): -4558334 or 160442. OLE color: 160442.

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

Color convert

RGB 186 114 2 -
CMYK 0 0.39 0.99 0.27
HSL 36.52º 0.98% 0.37% -
HSV(B) 36.52º 0.99% 0.73% -
XYZ 26.28 22.48 3.01 -
YUV 122.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 186 114 2 0 0.39 0.99 0.27 36.52 0.98 0.37
Hex BA 72 2 0 27 63 1B 25 62 25
Octal 272 162 2 0 47 143 33 45 142 45
Binary 10111010 1110010 10 0 100111 1100011 11011 100101 1100010 100101

Color Harmonies of #BA7202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7202

Black with #BA7202

Text Example


Text Example

White with #BA7202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7202; }

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

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

background-color css

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

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

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

border-color css

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

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

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