Html Css Color HEX #BF809B Puce

📋 copy color: '#BF809B'

red 191 ◦ green 128 ◦ blue 155

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

Shades of Puce #BF809B

Tints of Puce #BF809B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.7%

R = 40.3%
G = 27%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF809B (or 0xBF809B) is known color: Puce. HEX triplet: BF, 80 and 9B. RGB value is (191,128,155). Sum of RGB (Red+Green+Blue) = 191+128+155=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF809B is #407F64. Grayscale: #959595. Windows color (decimal): -4226917 or 10191039. OLE color: 10191039.

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

Color convert

RGB 191 128 155 -
CMYK 0 0.33 0.19 0.25
HSL 334.29º 0.33% 0.63% -
HSV(B) 334.29º 0.33% 0.75% -
XYZ 35.12 28.88 34.73 -
YUV 149.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 191 128 155 0 0.33 0.19 0.25 334.29 0.33 0.63
Hex BF 80 9B 0 21 13 19 14E 21 3F
Octal 277 200 233 0 41 23 31 516 41 77
Binary 10111111 10000000 10011011 0 100001 10011 11001 101001110 100001 111111

Color Harmonies of #BF809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF809B

Black with #BF809B

Text Example


Text Example

White with #BF809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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