Html Css Color HEX #BA6C32 Reno Sand

📋 copy color: '#BA6C32'

red 186 ◦ green 108 ◦ blue 50

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

Shades of Reno Sand #BA6C32

Tints of Reno Sand #BA6C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 54.07%
G = 31.4%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA6C32 (or 0xBA6C32) is known color: Reno Sand. HEX triplet: BA, 6C and 32. RGB value is (186,108,50). Sum of RGB (Red+Green+Blue) = 186+108+50=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C32 is #4593CD. Grayscale: #7D7D7D. Windows color (decimal): -4559822 or 3304634. OLE color: 3304634.

HSL color Cylindrical-coordinate representation of color #BA6C32: hue angle of 25.59º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA6C32 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 108 50 -
CMYK 0 0.42 0.73 0.27
HSL 25.59º 0.58% 0.46% -
HSV(B) 25.59º 0.73% 0.73% -
XYZ 26.19 21.39 5.77 -
YUV 124.71 85.84 171.72 -
System Red Green Blue C M Y K H S L
Decimal 186 108 50 0 0.42 0.73 0.27 25.59 0.58 0.46
Hex BA 6C 32 0 2A 49 1B 1A 3A 2E
Octal 272 154 62 0 52 111 33 32 72 56
Binary 10111010 1101100 110010 0 101010 1001001 11011 11010 111010 101110

Color Harmonies of #BA6C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C32

Black with #BA6C32

Text Example


Text Example

White with #BA6C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C32; }

 p { color: rgb(186,108,50); }

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

background-color css

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

 a { background-color: rgb(186,108,50); }

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

border-color css

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

 span { border-color: rgb(186,108,50); }

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