Html Css Color HEX #BA7405 Dark Goldenrod

📋 copy color: '#BA7405'

red 186 ◦ green 116 ◦ blue 5

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

Shades of Dark Goldenrod #BA7405

Tints of Dark Goldenrod #BA7405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.79%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 60.59%
G = 37.79%
B = 1.63%

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

#BA7405 (or 0xBA7405) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 05. RGB value is (186,116,5). Sum of RGB (Red+Green+Blue) = 186+116+5=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7405 is #458BFA. Grayscale: #7C7C7C. Windows color (decimal): -4557819 or 357562. OLE color: 357562.

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

Color convert

RGB 186 116 5 -
CMYK 0 0.38 0.97 0.27
HSL 36.8º 0.95% 0.37% -
HSV(B) 36.8º 0.97% 0.73% -
XYZ 26.52 22.94 3.17 -
YUV 124.28 60.69 172.03 -
System Red Green Blue C M Y K H S L
Decimal 186 116 5 0 0.38 0.97 0.27 36.8 0.95 0.37
Hex BA 74 5 0 26 61 1B 25 5F 25
Octal 272 164 5 0 46 141 33 45 137 45
Binary 10111010 1110100 101 0 100110 1100001 11011 100101 1011111 100101

Color Harmonies of #BA7405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7405

Black with #BA7405

Text Example


Text Example

White with #BA7405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7405; }

 p { color: rgb(186,116,5); }

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

background-color css

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

 a { background-color: rgb(186,116,5); }

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

border-color css

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

 span { border-color: rgb(186,116,5); }

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