Html Css Color HEX #BF8083 Charm

📋 copy color: '#BF8083'

red 191 ◦ green 128 ◦ blue 131

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

Shades of Charm #BF8083

Tints of Charm #BF8083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

 BLUE value IS 131 (51.56% from 255) = 29.11%

R = 42.44%
G = 28.44%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF8083 (or 0xBF8083) is known color: Charm. HEX triplet: BF, 80 and 83. RGB value is (191,128,131). Sum of RGB (Red+Green+Blue) = 191+128+131=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8083 is #407F7C. Grayscale: #939393. Windows color (decimal): -4226941 or 8618175. OLE color: 8618175.

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

Color convert

RGB 191 128 131 -
CMYK 0 0.33 0.31 0.25
HSL 357.14º 0.33% 0.63% -
HSV(B) 357.14º 0.33% 0.75% -
XYZ 33.3 28.15 25.15 -
YUV 147.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 191 128 131 0 0.33 0.31 0.25 357.14 0.33 0.63
Hex BF 80 83 0 21 1F 19 165 21 3F
Octal 277 200 203 0 41 37 31 545 41 77
Binary 10111111 10000000 10000011 0 100001 11111 11001 101100101 100001 111111

Color Harmonies of #BF8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8083

Black with #BF8083

Text Example


Text Example

White with #BF8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8083; }

 p { color: rgb(191,128,131); }

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

background-color css

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

 a { background-color: rgb(191,128,131); }

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

border-color css

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

 span { border-color: rgb(191,128,131); }

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