Html Css Color HEX #BF7053 Red Damask

📋 copy color: '#BF7053'

red 191 ◦ green 112 ◦ blue 83

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

Shades of Red Damask #BF7053

Tints of Red Damask #BF7053

RGB

 RED value IS 191 (75% from 255) = 49.48%

 GREEN value IS 112 (44.14% from 255) = 29.02%

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 49.48%
G = 29.02%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF7053 (or 0xBF7053) is known color: Red Damask. HEX triplet: BF, 70 and 53. RGB value is (191,112,83). Sum of RGB (Red+Green+Blue) = 191+112+83=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7053 is #408FAC. Grayscale: #848484. Windows color (decimal): -4231085 or 5468351. OLE color: 5468351.

HSL color Cylindrical-coordinate representation of color #BF7053: hue angle of 16.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF7053 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 112 83 -
CMYK 0 0.41 0.57 0.25
HSL 16.11º 0.46% 0.54% -
HSV(B) 16.11º 0.57% 0.75% -
XYZ 28.84 23.29 11.16 -
YUV 132.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 191 112 83 0 0.41 0.57 0.25 16.11 0.46 0.54
Hex BF 70 53 0 29 39 19 10 2E 36
Octal 277 160 123 0 51 71 31 20 56 66
Binary 10111111 1110000 1010011 0 101001 111001 11001 10000 101110 110110

Color Harmonies of #BF7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7053

Black with #BF7053

Text Example


Text Example

White with #BF7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7053; }

 p { color: rgb(191,112,83); }

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

background-color css

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

 a { background-color: rgb(191,112,83); }

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

border-color css

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

 span { border-color: rgb(191,112,83); }

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