Html Css Color HEX #BA7611 Dark Goldenrod

📋 copy color: '#BA7611'

red 186 ◦ green 118 ◦ blue 17

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

Shades of Dark Goldenrod #BA7611

Tints of Dark Goldenrod #BA7611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 57.94%
G = 36.76%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA7611 (or 0xBA7611) is known color: Dark Goldenrod. HEX triplet: BA, 76 and 11. RGB value is (186,118,17). Sum of RGB (Red+Green+Blue) = 186+118+17=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7611 is #4589EE. Grayscale: #7F7F7F. Windows color (decimal): -4557295 or 1144506. OLE color: 1144506.

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

Color convert

RGB 186 118 17 -
CMYK 0 0.37 0.91 0.27
HSL 35.86º 0.83% 0.4% -
HSV(B) 35.86º 0.91% 0.73% -
XYZ 26.83 23.44 3.64 -
YUV 126.82 66.03 170.21 -
System Red Green Blue C M Y K H S L
Decimal 186 118 17 0 0.37 0.91 0.27 35.86 0.83 0.4
Hex BA 76 11 0 25 5B 1B 24 53 28
Octal 272 166 21 0 45 133 33 44 123 50
Binary 10111010 1110110 10001 0 100101 1011011 11011 100100 1010011 101000

Color Harmonies of #BA7611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7611

Black with #BA7611

Text Example


Text Example

White with #BA7611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7611; }

 p { color: rgb(186,118,17); }

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

background-color css

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

 a { background-color: rgb(186,118,17); }

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

border-color css

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

 span { border-color: rgb(186,118,17); }

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