Html Css Color HEX #BA8905 Dark Goldenrod

📋 copy color: '#BA8905'

red 186 ◦ green 137 ◦ blue 5

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

Shades of Dark Goldenrod #BA8905

Tints of Dark Goldenrod #BA8905

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

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

R = 56.71%
G = 41.77%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA8905 (or 0xBA8905) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 05. RGB value is (186,137,5). Sum of RGB (Red+Green+Blue) = 186+137+5=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8905 is #4576FA. Grayscale: #898989. Windows color (decimal): -4552443 or 362938. OLE color: 362938.

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

Color convert

RGB 186 137 5 -
CMYK 0 0.26 0.97 0.27
HSL 43.76º 0.95% 0.37% -
HSV(B) 43.76º 0.97% 0.73% -
XYZ 29.22 28.34 4.07 -
YUV 136.6 53.73 163.23 -
System Red Green Blue C M Y K H S L
Decimal 186 137 5 0 0.26 0.97 0.27 43.76 0.95 0.37
Hex BA 89 5 0 1A 61 1B 2C 5F 25
Octal 272 211 5 0 32 141 33 54 137 45
Binary 10111010 10001001 101 0 11010 1100001 11011 101100 1011111 100101

Color Harmonies of #BA8905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8905

Black with #BA8905

Text Example


Text Example

White with #BA8905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8905; }

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

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

background-color css

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

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

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

border-color css

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

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

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