Html Css Color HEX #BF818A Puce

📋 copy color: '#BF818A'

red 191 ◦ green 129 ◦ blue 138

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

Shades of Puce #BF818A

Tints of Puce #BF818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 41.7%
G = 28.17%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF818A (or 0xBF818A) is known color: Puce. HEX triplet: BF, 81 and 8A. RGB value is (191,129,138). Sum of RGB (Red+Green+Blue) = 191+129+138=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF818A is #407E75. Grayscale: #949494. Windows color (decimal): -4226678 or 9077183. OLE color: 9077183.

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

Color convert

RGB 191 129 138 -
CMYK 0 0.32 0.28 0.25
HSL 351.29º 0.33% 0.63% -
HSV(B) 351.29º 0.32% 0.75% -
XYZ 33.92 28.61 27.78 -
YUV 148.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 191 129 138 0 0.32 0.28 0.25 351.29 0.33 0.63
Hex BF 81 8A 0 20 1C 19 15F 21 3F
Octal 277 201 212 0 40 34 31 537 41 77
Binary 10111111 10000001 10001010 0 100000 11100 11001 101011111 100001 111111

Color Harmonies of #BF818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF818A

Black with #BF818A

Text Example


Text Example

White with #BF818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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