Html Css Color HEX #BF7A55 Red Damask

📋 copy color: '#BF7A55'

red 191 ◦ green 122 ◦ blue 85

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

Shades of Red Damask #BF7A55

Tints of Red Damask #BF7A55

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.65%

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 47.99%
G = 30.65%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF7A55 (or 0xBF7A55) is known color: Red Damask. HEX triplet: BF, 7A and 55. RGB value is (191,122,85). Sum of RGB (Red+Green+Blue) = 191+122+85=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A55 is #4085AA. Grayscale: #8A8A8A. Windows color (decimal): -4228523 or 5601983. OLE color: 5601983.

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

Color convert

RGB 191 122 85 -
CMYK 0 0.36 0.55 0.25
HSL 20.94º 0.45% 0.54% -
HSV(B) 20.94º 0.55% 0.75% -
XYZ 30.09 25.65 11.96 -
YUV 138.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 191 122 85 0 0.36 0.55 0.25 20.94 0.45 0.54
Hex BF 7A 55 0 24 37 19 15 2D 36
Octal 277 172 125 0 44 67 31 25 55 66
Binary 10111111 1111010 1010101 0 100100 110111 11001 10101 101101 110110

Color Harmonies of #BF7A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A55

Black with #BF7A55

Text Example


Text Example

White with #BF7A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A55; }

 p { color: rgb(191,122,85); }

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

background-color css

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

 a { background-color: rgb(191,122,85); }

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

border-color css

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

 span { border-color: rgb(191,122,85); }

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