Html Css Color HEX #BFA88A Pavlova

📋 copy color: '#BFA88A'

red 191 ◦ green 168 ◦ blue 138

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

Shades of Pavlova #BFA88A

Tints of Pavlova #BFA88A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.8%

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

R = 38.43%
G = 33.8%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BFA88A (or 0xBFA88A) is known color: Pavlova. HEX triplet: BF, A8 and 8A. RGB value is (191,168,138). Sum of RGB (Red+Green+Blue) = 191+168+138=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA88A is #405775. Grayscale: #ABABAB. Windows color (decimal): -4216694 or 9087167. OLE color: 9087167.

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

Color convert

RGB 191 168 138 -
CMYK 0 0.12 0.28 0.25
HSL 33.96º 0.29% 0.65% -
HSV(B) 33.96º 0.28% 0.75% -
XYZ 40.08 40.92 29.83 -
YUV 171.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 191 168 138 0 0.12 0.28 0.25 33.96 0.29 0.65
Hex BF A8 8A 0 C 1C 19 22 1D 41
Octal 277 250 212 0 14 34 31 42 35 101
Binary 10111111 10101000 10001010 0 1100 11100 11001 100010 11101 1000001

Color Harmonies of #BFA88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA88A

Black with #BFA88A

Text Example


Text Example

White with #BFA88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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