Html Css Color HEX #BA7102 Dark Goldenrod

📋 copy color: '#BA7102'

red 186 ◦ green 113 ◦ blue 2

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

Shades of Dark Goldenrod #BA7102

Tints of Dark Goldenrod #BA7102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

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

R = 61.79%
G = 37.54%
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

#BA7102 (or 0xBA7102) is known color: Dark Goldenrod. HEX triplet: BA, 71 and 02. RGB value is (186,113,2). Sum of RGB (Red+Green+Blue) = 186+113+2=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7102 is #458EFD. Grayscale: #7A7A7A. Windows color (decimal): -4558590 or 160186. OLE color: 160186.

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

Color convert

RGB 186 113 2 -
CMYK 0 0.39 0.99 0.27
HSL 36.2º 0.98% 0.37% -
HSV(B) 36.2º 0.99% 0.73% -
XYZ 26.17 22.25 2.97 -
YUV 122.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 186 113 2 0 0.39 0.99 0.27 36.2 0.98 0.37
Hex BA 71 2 0 27 63 1B 24 62 25
Octal 272 161 2 0 47 143 33 44 142 45
Binary 10111010 1110001 10 0 100111 1100011 11011 100100 1100010 100101

Color Harmonies of #BA7102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7102

Black with #BA7102

Text Example


Text Example

White with #BA7102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7102; }

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

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

background-color css

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

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

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

border-color css

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

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

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