Html Css Color HEX #BA6B35 Reno Sand

📋 copy color: '#BA6B35'

red 186 ◦ green 107 ◦ blue 53

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

Shades of Reno Sand #BA6B35

Tints of Reno Sand #BA6B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.32%

R = 53.76%
G = 30.92%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA6B35 (or 0xBA6B35) is known color: Reno Sand. HEX triplet: BA, 6B and 35. RGB value is (186,107,53). Sum of RGB (Red+Green+Blue) = 186+107+53=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B35 is #4594CA. Grayscale: #7C7C7C. Windows color (decimal): -4560075 or 3500986. OLE color: 3500986.

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

Color convert

RGB 186 107 53 -
CMYK 0 0.42 0.72 0.27
HSL 24.36º 0.56% 0.47% -
HSV(B) 24.36º 0.72% 0.73% -
XYZ 26.15 21.21 6.08 -
YUV 124.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 186 107 53 0 0.42 0.72 0.27 24.36 0.56 0.47
Hex BA 6B 35 0 2A 48 1B 18 38 2F
Octal 272 153 65 0 52 110 33 30 70 57
Binary 10111010 1101011 110101 0 101010 1001000 11011 11000 111000 101111

Color Harmonies of #BA6B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B35

Black with #BA6B35

Text Example


Text Example

White with #BA6B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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