Html Css Color HEX #BF7754 Red Damask

📋 copy color: '#BF7754'

red 191 ◦ green 119 ◦ blue 84

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

Shades of Red Damask #BF7754

Tints of Red Damask #BF7754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.2%

 BLUE value IS 84 (33.2% from 255) = 21.32%

R = 48.48%
G = 30.2%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF7754 (or 0xBF7754) is known color: Red Damask. HEX triplet: BF, 77 and 54. RGB value is (191,119,84). Sum of RGB (Red+Green+Blue) = 191+119+84=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7754 is #4088AB. Grayscale: #888888. Windows color (decimal): -4229292 or 5535679. OLE color: 5535679.

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

Color convert

RGB 191 119 84 -
CMYK 0 0.38 0.56 0.25
HSL 19.63º 0.46% 0.54% -
HSV(B) 19.63º 0.56% 0.75% -
XYZ 29.68 24.91 11.63 -
YUV 136.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 191 119 84 0 0.38 0.56 0.25 19.63 0.46 0.54
Hex BF 77 54 0 26 38 19 14 2E 36
Octal 277 167 124 0 46 70 31 24 56 66
Binary 10111111 1110111 1010100 0 100110 111000 11001 10100 101110 110110

Color Harmonies of #BF7754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7754

Black with #BF7754

Text Example


Text Example

White with #BF7754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7754; }

 p { color: rgb(191,119,84); }

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

background-color css

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

 a { background-color: rgb(191,119,84); }

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

border-color css

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

 span { border-color: rgb(191,119,84); }

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