Html Css Color HEX #BA7551 Red Damask

📋 copy color: '#BA7551'

red 186 ◦ green 117 ◦ blue 81

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

Shades of Red Damask #BA7551

Tints of Red Damask #BA7551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

 BLUE value IS 81 (32.03% from 255) = 21.09%

R = 48.44%
G = 30.47%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA7551 (or 0xBA7551) is known color: Red Damask. HEX triplet: BA, 75 and 51. RGB value is (186,117,81). Sum of RGB (Red+Green+Blue) = 186+117+81=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7551 is #458AAE. Grayscale: #858585. Windows color (decimal): -4557487 or 5338554. OLE color: 5338554.

HSL color Cylindrical-coordinate representation of color #BA7551: hue angle of 20.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA7551 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 81 -
CMYK 0 0.37 0.56 0.27
HSL 20.57º 0.43% 0.52% -
HSV(B) 20.57º 0.56% 0.73% -
XYZ 28.1 23.76 10.89 -
YUV 133.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 186 117 81 0 0.37 0.56 0.27 20.57 0.43 0.52
Hex BA 75 51 0 25 38 1B 15 2B 34
Octal 272 165 121 0 45 70 33 25 53 64
Binary 10111010 1110101 1010001 0 100101 111000 11011 10101 101011 110100

Color Harmonies of #BA7551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7551

Black with #BA7551

Text Example


Text Example

White with #BA7551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7551; }

 p { color: rgb(186,117,81); }

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

background-color css

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

 a { background-color: rgb(186,117,81); }

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

border-color css

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

 span { border-color: rgb(186,117,81); }

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