Html Css Color HEX #BA7306 Dark Goldenrod

📋 copy color: '#BA7306'

red 186 ◦ green 115 ◦ blue 6

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

Shades of Dark Goldenrod #BA7306

Tints of Dark Goldenrod #BA7306

RGB

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

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

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

R = 60.59%
G = 37.46%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA7306 (or 0xBA7306) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 06. RGB value is (186,115,6). Sum of RGB (Red+Green+Blue) = 186+115+6=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7306 is #458CF9. Grayscale: #7C7C7C. Windows color (decimal): -4558074 or 422842. OLE color: 422842.

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

Color convert

RGB 186 115 6 -
CMYK 0 0.38 0.97 0.27
HSL 36.33º 0.94% 0.38% -
HSV(B) 36.33º 0.97% 0.73% -
XYZ 26.41 22.71 3.16 -
YUV 123.8 61.52 172.36 -
System Red Green Blue C M Y K H S L
Decimal 186 115 6 0 0.38 0.97 0.27 36.33 0.94 0.38
Hex BA 73 6 0 26 61 1B 24 5E 26
Octal 272 163 6 0 46 141 33 44 136 46
Binary 10111010 1110011 110 0 100110 1100001 11011 100100 1011110 100110

Color Harmonies of #BA7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7306

Black with #BA7306

Text Example


Text Example

White with #BA7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7306; }

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

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

background-color css

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

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

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

border-color css

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

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

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