Html Css Color HEX #BF7E81 Charm

📋 copy color: '#BF7E81'

red 191 ◦ green 126 ◦ blue 129

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

Shades of Charm #BF7E81

Tints of Charm #BF7E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.25%

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

R = 42.83%
G = 28.25%
B = 28.92%

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

#BF7E81 (or 0xBF7E81) is known color: Charm. HEX triplet: BF, 7E and 81. RGB value is (191,126,129). Sum of RGB (Red+Green+Blue) = 191+126+129=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7E81 is #40817E. Grayscale: #919191. Windows color (decimal): -4227455 or 8486591. OLE color: 8486591.

HSL color Cylindrical-coordinate representation of color #BF7E81: hue angle of 357.23º degrees, saturation: 0.34, 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 #BF7E81 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 126 129 -
CMYK 0 0.34 0.32 0.25
HSL 357.23º 0.34% 0.62% -
HSV(B) 357.23º 0.34% 0.75% -
XYZ 32.91 27.58 24.36 -
YUV 145.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 191 126 129 0 0.34 0.32 0.25 357.23 0.34 0.62
Hex BF 7E 81 0 22 20 19 165 22 3E
Octal 277 176 201 0 42 40 31 545 42 76
Binary 10111111 1111110 10000001 0 100010 100000 11001 101100101 100010 111110

Color Harmonies of #BF7E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E81

Black with #BF7E81

Text Example


Text Example

White with #BF7E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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