Html Css Color HEX #BA7651 Red Damask

📋 copy color: '#BA7651'

red 186 ◦ green 118 ◦ blue 81

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

Shades of Red Damask #BA7651

Tints of Red Damask #BA7651

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 48.31%
G = 30.65%
B = 21.04%

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

#BA7651 (or 0xBA7651) is known color: Red Damask. HEX triplet: BA, 76 and 51. RGB value is (186,118,81). Sum of RGB (Red+Green+Blue) = 186+118+81=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7651 is #4589AE. Grayscale: #868686. Windows color (decimal): -4557231 or 5338810. OLE color: 5338810.

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

Color convert

RGB 186 118 81 -
CMYK 0 0.37 0.56 0.27
HSL 21.14º 0.43% 0.52% -
HSV(B) 21.14º 0.56% 0.73% -
XYZ 28.21 23.99 10.93 -
YUV 134.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 186 118 81 0 0.37 0.56 0.27 21.14 0.43 0.52
Hex BA 76 51 0 25 38 1B 15 2B 34
Octal 272 166 121 0 45 70 33 25 53 64
Binary 10111010 1110110 1010001 0 100101 111000 11011 10101 101011 110100

Color Harmonies of #BA7651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7651

Black with #BA7651

Text Example


Text Example

White with #BA7651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7651; }

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

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

background-color css

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

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

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

border-color css

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

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

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