Html Css Color HEX #BA7251 Red Damask

📋 copy color: '#BA7251'

red 186 ◦ green 114 ◦ blue 81

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

Shades of Red Damask #BA7251

Tints of Red Damask #BA7251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

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

R = 48.82%
G = 29.92%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA7251 (or 0xBA7251) is known color: Red Damask. HEX triplet: BA, 72 and 51. RGB value is (186,114,81). Sum of RGB (Red+Green+Blue) = 186+114+81=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7251 is #458DAE. Grayscale: #838383. Windows color (decimal): -4558255 or 5337786. OLE color: 5337786.

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

Color convert

RGB 186 114 81 -
CMYK 0 0.39 0.56 0.27
HSL 18.86º 0.43% 0.52% -
HSV(B) 18.86º 0.56% 0.73% -
XYZ 27.75 23.07 10.77 -
YUV 131.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 186 114 81 0 0.39 0.56 0.27 18.86 0.43 0.52
Hex BA 72 51 0 27 38 1B 13 2B 34
Octal 272 162 121 0 47 70 33 23 53 64
Binary 10111010 1110010 1010001 0 100111 111000 11011 10011 101011 110100

Color Harmonies of #BA7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7251

Black with #BA7251

Text Example


Text Example

White with #BA7251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7251; }

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

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

background-color css

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

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

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

border-color css

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

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

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