Html Css Color HEX #BF7E82 Charm

📋 copy color: '#BF7E82'

red 191 ◦ green 126 ◦ blue 130

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

Shades of Charm #BF7E82

Tints of Charm #BF7E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 42.73%
G = 28.19%
B = 29.08%

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

#BF7E82 (or 0xBF7E82) is known color: Charm. HEX triplet: BF, 7E and 82. RGB value is (191,126,130). Sum of RGB (Red+Green+Blue) = 191+126+130=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7E82 is #40817D. Grayscale: #919191. Windows color (decimal): -4227454 or 8552127. OLE color: 8552127.

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

Color convert

RGB 191 126 130 -
CMYK 0 0.34 0.32 0.25
HSL 356.31º 0.34% 0.62% -
HSV(B) 356.31º 0.34% 0.75% -
XYZ 32.98 27.61 24.71 -
YUV 145.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 191 126 130 0 0.34 0.32 0.25 356.31 0.34 0.62
Hex BF 7E 82 0 22 20 19 164 22 3E
Octal 277 176 202 0 42 40 31 544 42 76
Binary 10111111 1111110 10000010 0 100010 100000 11001 101100100 100010 111110

Color Harmonies of #BF7E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E82

Black with #BF7E82

Text Example


Text Example

White with #BF7E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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