Html Css Color HEX #BF7F81 Charm

📋 copy color: '#BF7F81'

red 191 ◦ green 127 ◦ blue 129

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

Shades of Charm #BF7F81

Tints of Charm #BF7F81

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 42.73%
G = 28.41%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF7F81 (or 0xBF7F81) is known color: Charm. HEX triplet: BF, 7F and 81. RGB value is (191,127,129). Sum of RGB (Red+Green+Blue) = 191+127+129=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F81 is #40807E. Grayscale: #929292. Windows color (decimal): -4227199 or 8486847. OLE color: 8486847.

HSL color Cylindrical-coordinate representation of color #BF7F81: hue angle of 358.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7F81 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 127 129 -
CMYK 0 0.34 0.32 0.25
HSL 358.13º 0.33% 0.62% -
HSV(B) 358.13º 0.34% 0.75% -
XYZ 33.04 27.84 24.4 -
YUV 146.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 191 127 129 0 0.34 0.32 0.25 358.13 0.33 0.62
Hex BF 7F 81 0 22 20 19 166 21 3E
Octal 277 177 201 0 42 40 31 546 41 76
Binary 10111111 1111111 10000001 0 100010 100000 11001 101100110 100001 111110

Color Harmonies of #BF7F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F81

Black with #BF7F81

Text Example


Text Example

White with #BF7F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F81; }

 p { color: rgb(191,127,129); }

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

background-color css

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

 a { background-color: rgb(191,127,129); }

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

border-color css

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

 span { border-color: rgb(191,127,129); }

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