Html Css Color HEX #BFAA88 Pavlova

📋 copy color: '#BFAA88'

red 191 ◦ green 170 ◦ blue 136

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

Shades of Pavlova #BFAA88

Tints of Pavlova #BFAA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.36%

R = 38.43%
G = 34.21%
B = 27.36%

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

#BFAA88 (or 0xBFAA88) is known color: Pavlova. HEX triplet: BF, AA and 88. RGB value is (191,170,136). Sum of RGB (Red+Green+Blue) = 191+170+136=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA88 is #405577. Grayscale: #ACACAC. Windows color (decimal): -4216184 or 8956607. OLE color: 8956607.

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

Color convert

RGB 191 170 136 -
CMYK 0 0.11 0.29 0.25
HSL 37.09º 0.3% 0.64% -
HSV(B) 37.09º 0.29% 0.75% -
XYZ 40.3 41.6 29.2 -
YUV 172.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 191 170 136 0 0.11 0.29 0.25 37.09 0.3 0.64
Hex BF AA 88 0 B 1D 19 25 1E 40
Octal 277 252 210 0 13 35 31 45 36 100
Binary 10111111 10101010 10001000 0 1011 11101 11001 100101 11110 1000000

Color Harmonies of #BFAA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA88

Black with #BFAA88

Text Example


Text Example

White with #BFAA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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