Html Css Color HEX #BA6D38 Reno Sand

📋 copy color: '#BA6D38'

red 186 ◦ green 109 ◦ blue 56

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

Shades of Reno Sand #BA6D38

Tints of Reno Sand #BA6D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 52.99%
G = 31.05%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA6D38 (or 0xBA6D38) is known color: Reno Sand. HEX triplet: BA, 6D and 38. RGB value is (186,109,56). Sum of RGB (Red+Green+Blue) = 186+109+56=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D38 is #4592C7. Grayscale: #7E7E7E. Windows color (decimal): -4559560 or 3698106. OLE color: 3698106.

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

Color convert

RGB 186 109 56 -
CMYK 0 0.41 0.70 0.27
HSL 24.46º 0.54% 0.47% -
HSV(B) 24.46º 0.7% 0.73% -
XYZ 26.43 21.66 6.53 -
YUV 125.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 186 109 56 0 0.41 0.70 0.27 24.46 0.54 0.47
Hex BA 6D 38 0 29 46 1B 18 36 2F
Octal 272 155 70 0 51 106 33 30 66 57
Binary 10111010 1101101 111000 0 101001 1000110 11011 11000 110110 101111

Color Harmonies of #BA6D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D38

Black with #BA6D38

Text Example


Text Example

White with #BA6D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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