Html Css Color HEX #BFAA87 Pavlova

📋 copy color: '#BFAA87'

red 191 ◦ green 170 ◦ blue 135

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

Shades of Pavlova #BFAA87

Tints of Pavlova #BFAA87

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.27%

 BLUE value IS 135 (53.13% from 255) = 27.22%

R = 38.51%
G = 34.27%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BFAA87 (or 0xBFAA87) is known color: Pavlova. HEX triplet: BF, AA and 87. RGB value is (191,170,135). Sum of RGB (Red+Green+Blue) = 191+170+135=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA87 is #405578. Grayscale: #ACACAC. Windows color (decimal): -4216185 or 8891071. OLE color: 8891071.

HSL color Cylindrical-coordinate representation of color #BFAA87: hue angle of 37.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFAA87 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 170 135 -
CMYK 0 0.11 0.29 0.25
HSL 37.5º 0.3% 0.64% -
HSV(B) 37.5º 0.29% 0.75% -
XYZ 40.23 41.58 28.83 -
YUV 172.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 191 170 135 0 0.11 0.29 0.25 37.5 0.3 0.64
Hex BF AA 87 0 B 1D 19 26 1E 40
Octal 277 252 207 0 13 35 31 46 36 100
Binary 10111111 10101010 10000111 0 1011 11101 11001 100110 11110 1000000

Color Harmonies of #BFAA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA87

Black with #BFAA87

Text Example


Text Example

White with #BFAA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA87; }

 p { color: rgb(191,170,135); }

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

background-color css

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

 a { background-color: rgb(191,170,135); }

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

border-color css

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

 span { border-color: rgb(191,170,135); }

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