Html Css Color HEX #BFA98C Pavlova

📋 copy color: '#BFA98C'

red 191 ◦ green 169 ◦ blue 140

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

Shades of Pavlova #BFA98C

Tints of Pavlova #BFA98C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.8%

 BLUE value IS 140 (55.08% from 255) = 28%

R = 38.2%
G = 33.8%
B = 28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFA98C (or 0xBFA98C) is known color: Pavlova. HEX triplet: BF, A9 and 8C. RGB value is (191,169,140). Sum of RGB (Red+Green+Blue) = 191+169+140=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA98C is #405673. Grayscale: #ACACAC. Windows color (decimal): -4216436 or 9218495. OLE color: 9218495.

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

Color convert

RGB 191 169 140 -
CMYK 0 0.12 0.27 0.25
HSL 34.12º 0.28% 0.65% -
HSV(B) 34.12º 0.27% 0.75% -
XYZ 40.41 41.35 30.66 -
YUV 172.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 191 169 140 0 0.12 0.27 0.25 34.12 0.28 0.65
Hex BF A9 8C 0 C 1B 19 22 1C 41
Octal 277 251 214 0 14 33 31 42 34 101
Binary 10111111 10101001 10001100 0 1100 11011 11001 100010 11100 1000001

Color Harmonies of #BFA98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA98C

Black with #BFA98C

Text Example


Text Example

White with #BFA98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA98C; }

 p { color: rgb(191,169,140); }

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

background-color css

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

 a { background-color: rgb(191,169,140); }

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

border-color css

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

 span { border-color: rgb(191,169,140); }

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