Html Css Color HEX #BA7005 Dark Goldenrod

📋 copy color: '#BA7005'

red 186 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #BA7005

Tints of Dark Goldenrod #BA7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 61.39%
G = 36.96%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA7005 (or 0xBA7005) is known color: Dark Goldenrod. HEX triplet: BA, 70 and 05. RGB value is (186,112,5). Sum of RGB (Red+Green+Blue) = 186+112+5=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7005 is #458FFA. Grayscale: #7A7A7A. Windows color (decimal): -4558843 or 356538. OLE color: 356538.

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

Color convert

RGB 186 112 5 -
CMYK 0 0.40 0.97 0.27
HSL 35.47º 0.95% 0.37% -
HSV(B) 35.47º 0.97% 0.73% -
XYZ 26.07 22.04 3.02 -
YUV 121.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 186 112 5 0 0.40 0.97 0.27 35.47 0.95 0.37
Hex BA 70 5 0 28 61 1B 23 5F 25
Octal 272 160 5 0 50 141 33 43 137 45
Binary 10111010 1110000 101 0 101000 1100001 11011 100011 1011111 100101

Color Harmonies of #BA7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7005

Black with #BA7005

Text Example


Text Example

White with #BA7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7005; }

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

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

background-color css

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

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

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

border-color css

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

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

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