Html Css Color HEX #BA7106 Dark Goldenrod

📋 copy color: '#BA7106'

red 186 ◦ green 113 ◦ blue 6

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

Shades of Dark Goldenrod #BA7106

Tints of Dark Goldenrod #BA7106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 60.98%
G = 37.05%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA7106 (or 0xBA7106) is known color: Dark Goldenrod. HEX triplet: BA, 71 and 06. RGB value is (186,113,6). Sum of RGB (Red+Green+Blue) = 186+113+6=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7106 is #458EF9. Grayscale: #7B7B7B. Windows color (decimal): -4558586 or 422330. OLE color: 422330.

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

Color convert

RGB 186 113 6 -
CMYK 0 0.39 0.97 0.27
HSL 35.67º 0.94% 0.38% -
HSV(B) 35.67º 0.97% 0.73% -
XYZ 26.19 22.26 3.09 -
YUV 122.63 62.18 173.2 -
System Red Green Blue C M Y K H S L
Decimal 186 113 6 0 0.39 0.97 0.27 35.67 0.94 0.38
Hex BA 71 6 0 27 61 1B 24 5E 26
Octal 272 161 6 0 47 141 33 44 136 46
Binary 10111010 1110001 110 0 100111 1100001 11011 100100 1011110 100110

Color Harmonies of #BA7106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7106

Black with #BA7106

Text Example


Text Example

White with #BA7106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7106; }

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

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

background-color css

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

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

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

border-color css

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

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

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