Html Css Color HEX #BF7953 Red Damask

📋 copy color: '#BF7953'

red 191 ◦ green 121 ◦ blue 83

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

Shades of Red Damask #BF7953

Tints of Red Damask #BF7953

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

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

R = 48.35%
G = 30.63%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF7953 (or 0xBF7953) is known color: Red Damask. HEX triplet: BF, 79 and 53. RGB value is (191,121,83). Sum of RGB (Red+Green+Blue) = 191+121+83=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7953 is #4086AC. Grayscale: #898989. Windows color (decimal): -4228781 or 5470655. OLE color: 5470655.

HSL color Cylindrical-coordinate representation of color #BF7953: hue angle of 21.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 #BF7953 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 121 83 -
CMYK 0 0.37 0.57 0.25
HSL 21.11º 0.46% 0.54% -
HSV(B) 21.11º 0.57% 0.75% -
XYZ 29.88 25.38 11.51 -
YUV 137.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 191 121 83 0 0.37 0.57 0.25 21.11 0.46 0.54
Hex BF 79 53 0 25 39 19 15 2E 36
Octal 277 171 123 0 45 71 31 25 56 66
Binary 10111111 1111001 1010011 0 100101 111001 11001 10101 101110 110110

Color Harmonies of #BF7953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7953

Black with #BF7953

Text Example


Text Example

White with #BF7953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7953; }

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

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

background-color css

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

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

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

border-color css

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

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

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