Html Css Color HEX #BF7452 Red Damask

📋 copy color: '#BF7452'

red 191 ◦ green 116 ◦ blue 82

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

Shades of Red Damask #BF7452

Tints of Red Damask #BF7452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 49.1%
G = 29.82%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF7452 (or 0xBF7452) is known color: Red Damask. HEX triplet: BF, 74 and 52. RGB value is (191,116,82). Sum of RGB (Red+Green+Blue) = 191+116+82=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7452 is #408BAD. Grayscale: #868686. Windows color (decimal): -4230062 or 5403839. OLE color: 5403839.

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

Color convert

RGB 191 116 82 -
CMYK 0 0.39 0.57 0.25
HSL 18.72º 0.46% 0.54% -
HSV(B) 18.72º 0.57% 0.75% -
XYZ 29.25 24.18 11.11 -
YUV 134.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 191 116 82 0 0.39 0.57 0.25 18.72 0.46 0.54
Hex BF 74 52 0 27 39 19 13 2E 36
Octal 277 164 122 0 47 71 31 23 56 66
Binary 10111111 1110100 1010010 0 100111 111001 11001 10011 101110 110110

Color Harmonies of #BF7452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7452

Black with #BF7452

Text Example


Text Example

White with #BF7452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7452; }

 p { color: rgb(191,116,82); }

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

background-color css

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

 a { background-color: rgb(191,116,82); }

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

border-color css

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

 span { border-color: rgb(191,116,82); }

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