Html Css Color HEX #BA6D34 Reno Sand

📋 copy color: '#BA6D34'

red 186 ◦ green 109 ◦ blue 52

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

Shades of Reno Sand #BA6D34

Tints of Reno Sand #BA6D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.99%

R = 53.6%
G = 31.41%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA6D34 (or 0xBA6D34) is known color: Reno Sand. HEX triplet: BA, 6D and 34. RGB value is (186,109,52). Sum of RGB (Red+Green+Blue) = 186+109+52=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D34 is #4592CB. Grayscale: #7D7D7D. Windows color (decimal): -4559564 or 3435962. OLE color: 3435962.

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

Color convert

RGB 186 109 52 -
CMYK 0 0.41 0.72 0.27
HSL 25.52º 0.56% 0.47% -
HSV(B) 25.52º 0.72% 0.73% -
XYZ 26.34 21.62 6.03 -
YUV 125.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 186 109 52 0 0.41 0.72 0.27 25.52 0.56 0.47
Hex BA 6D 34 0 29 48 1B 1A 38 2F
Octal 272 155 64 0 51 110 33 32 70 57
Binary 10111010 1101101 110100 0 101001 1001000 11011 11010 111000 101111

Color Harmonies of #BA6D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D34

Black with #BA6D34

Text Example


Text Example

White with #BA6D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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