Html Css Color HEX #BA6C33 Reno Sand

📋 copy color: '#BA6C33'

red 186 ◦ green 108 ◦ blue 51

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

Shades of Reno Sand #BA6C33

Tints of Reno Sand #BA6C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.78%

R = 53.91%
G = 31.3%
B = 14.78%

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

#BA6C33 (or 0xBA6C33) is known color: Reno Sand. HEX triplet: BA, 6C and 33. RGB value is (186,108,51). Sum of RGB (Red+Green+Blue) = 186+108+51=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C33 is #4593CC. Grayscale: #7D7D7D. Windows color (decimal): -4559821 or 3370170. OLE color: 3370170.

HSL color Cylindrical-coordinate representation of color #BA6C33: hue angle of 25.33º degrees, saturation: 0.57, 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 #BA6C33 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 108 51 -
CMYK 0 0.42 0.73 0.27
HSL 25.33º 0.57% 0.46% -
HSV(B) 25.33º 0.73% 0.73% -
XYZ 26.21 21.4 5.88 -
YUV 124.82 86.34 171.63 -
System Red Green Blue C M Y K H S L
Decimal 186 108 51 0 0.42 0.73 0.27 25.33 0.57 0.46
Hex BA 6C 33 0 2A 49 1B 19 39 2E
Octal 272 154 63 0 52 111 33 31 71 56
Binary 10111010 1101100 110011 0 101010 1001001 11011 11001 111001 101110

Color Harmonies of #BA6C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C33

Black with #BA6C33

Text Example


Text Example

White with #BA6C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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