Html Css Color HEX #BA8405 Dark Goldenrod

📋 copy color: '#BA8405'

red 186 ◦ green 132 ◦ blue 5

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

Shades of Dark Goldenrod #BA8405

Tints of Dark Goldenrod #BA8405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.87%

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

R = 57.59%
G = 40.87%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA8405 (or 0xBA8405) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 05. RGB value is (186,132,5). Sum of RGB (Red+Green+Blue) = 186+132+5=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8405 is #457BFA. Grayscale: #868686. Windows color (decimal): -4553723 or 361658. OLE color: 361658.

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

Color convert

RGB 186 132 5 -
CMYK 0 0.29 0.97 0.27
HSL 42.1º 0.95% 0.37% -
HSV(B) 42.1º 0.97% 0.73% -
XYZ 28.53 26.95 3.84 -
YUV 133.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 186 132 5 0 0.29 0.97 0.27 42.1 0.95 0.37
Hex BA 84 5 0 1D 61 1B 2A 5F 25
Octal 272 204 5 0 35 141 33 52 137 45
Binary 10111010 10000100 101 0 11101 1100001 11011 101010 1011111 100101

Color Harmonies of #BA8405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8405

Black with #BA8405

Text Example


Text Example

White with #BA8405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8405; }

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

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

background-color css

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

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

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

border-color css

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

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

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