Html Css Color HEX #BA6B37 Reno Sand

📋 copy color: '#BA6B37'

red 186 ◦ green 107 ◦ blue 55

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

Shades of Reno Sand #BA6B37

Tints of Reno Sand #BA6B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

 BLUE value IS 55 (21.88% from 255) = 15.8%

R = 53.45%
G = 30.75%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA6B37 (or 0xBA6B37) is known color: Reno Sand. HEX triplet: BA, 6B and 37. RGB value is (186,107,55). Sum of RGB (Red+Green+Blue) = 186+107+55=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B37 is #4594C8. Grayscale: #7C7C7C. Windows color (decimal): -4560073 or 3632058. OLE color: 3632058.

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

Color convert

RGB 186 107 55 -
CMYK 0 0.42 0.70 0.27
HSL 23.82º 0.54% 0.47% -
HSV(B) 23.82º 0.7% 0.73% -
XYZ 26.2 21.23 6.33 -
YUV 124.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 186 107 55 0 0.42 0.70 0.27 23.82 0.54 0.47
Hex BA 6B 37 0 2A 46 1B 18 36 2F
Octal 272 153 67 0 52 106 33 30 66 57
Binary 10111010 1101011 110111 0 101010 1000110 11011 11000 110110 101111

Color Harmonies of #BA6B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B37

Black with #BA6B37

Text Example


Text Example

White with #BA6B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B37; }

 p { color: rgb(186,107,55); }

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

background-color css

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

 a { background-color: rgb(186,107,55); }

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

border-color css

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

 span { border-color: rgb(186,107,55); }

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