Html Css Color HEX #BFA98B Pavlova

📋 copy color: '#BFA98B'

red 191 ◦ green 169 ◦ blue 139

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

Shades of Pavlova #BFA98B

Tints of Pavlova #BFA98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.86%

R = 38.28%
G = 33.87%
B = 27.86%

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

#BFA98B (or 0xBFA98B) is known color: Pavlova. HEX triplet: BF, A9 and 8B. RGB value is (191,169,139). Sum of RGB (Red+Green+Blue) = 191+169+139=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA98B is #405674. Grayscale: #ACACAC. Windows color (decimal): -4216437 or 9152959. OLE color: 9152959.

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

Color convert

RGB 191 169 139 -
CMYK 0 0.12 0.27 0.25
HSL 34.62º 0.29% 0.65% -
HSV(B) 34.62º 0.27% 0.75% -
XYZ 40.33 41.32 30.28 -
YUV 172.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 191 169 139 0 0.12 0.27 0.25 34.62 0.29 0.65
Hex BF A9 8B 0 C 1B 19 23 1D 41
Octal 277 251 213 0 14 33 31 43 35 101
Binary 10111111 10101001 10001011 0 1100 11011 11001 100011 11101 1000001

Color Harmonies of #BFA98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA98B

Black with #BFA98B

Text Example


Text Example

White with #BFA98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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