Html Css Color HEX #BA6D36 Reno Sand

📋 copy color: '#BA6D36'

red 186 ◦ green 109 ◦ blue 54

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

Shades of Reno Sand #BA6D36

Tints of Reno Sand #BA6D36

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

 BLUE value IS 54 (21.48% from 255) = 15.47%

R = 53.3%
G = 31.23%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA6D36 (or 0xBA6D36) is known color: Reno Sand. HEX triplet: BA, 6D and 36. RGB value is (186,109,54). Sum of RGB (Red+Green+Blue) = 186+109+54=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D36 is #4592C9. Grayscale: #7E7E7E. Windows color (decimal): -4559562 or 3567034. OLE color: 3567034.

HSL color Cylindrical-coordinate representation of color #BA6D36: hue angle of 25º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA6D36 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 109 54 -
CMYK 0 0.41 0.71 0.27
HSL 25º 0.55% 0.47% -
HSV(B) 25º 0.71% 0.73% -
XYZ 26.38 21.64 6.28 -
YUV 125.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 186 109 54 0 0.41 0.71 0.27 25 0.55 0.47
Hex BA 6D 36 0 29 47 1B 19 37 2F
Octal 272 155 66 0 51 107 33 31 67 57
Binary 10111010 1101101 110110 0 101001 1000111 11011 11001 110111 101111

Color Harmonies of #BA6D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D36

Black with #BA6D36

Text Example


Text Example

White with #BA6D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D36; }

 p { color: rgb(186,109,54); }

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

background-color css

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

 a { background-color: rgb(186,109,54); }

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

border-color css

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

 span { border-color: rgb(186,109,54); }

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