Html Css Color HEX #BA6C30 Reno Sand

📋 copy color: '#BA6C30'

red 186 ◦ green 108 ◦ blue 48

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

Shades of Reno Sand #BA6C30

Tints of Reno Sand #BA6C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 54.39%
G = 31.58%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA6C30 (or 0xBA6C30) is known color: Reno Sand. HEX triplet: BA, 6C and 30. RGB value is (186,108,48). Sum of RGB (Red+Green+Blue) = 186+108+48=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C30 is #4593CF. Grayscale: #7C7C7C. Windows color (decimal): -4559824 or 3173562. OLE color: 3173562.

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

Color convert

RGB 186 108 48 -
CMYK 0 0.42 0.74 0.27
HSL 26.09º 0.59% 0.46% -
HSV(B) 26.09º 0.74% 0.73% -
XYZ 26.15 21.38 5.54 -
YUV 124.48 84.84 171.88 -
System Red Green Blue C M Y K H S L
Decimal 186 108 48 0 0.42 0.74 0.27 26.09 0.59 0.46
Hex BA 6C 30 0 2A 4A 1B 1A 3B 2E
Octal 272 154 60 0 52 112 33 32 73 56
Binary 10111010 1101100 110000 0 101010 1001010 11011 11010 111011 101110

Color Harmonies of #BA6C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C30

Black with #BA6C30

Text Example


Text Example

White with #BA6C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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