Html Css Color HEX #BFA98A Pavlova

📋 copy color: '#BFA98A'

red 191 ◦ green 169 ◦ blue 138

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

Shades of Pavlova #BFA98A

Tints of Pavlova #BFA98A

RGB

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

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

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

R = 38.35%
G = 33.94%
B = 27.71%

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

#BFA98A (or 0xBFA98A) is known color: Pavlova. HEX triplet: BF, A9 and 8A. RGB value is (191,169,138). Sum of RGB (Red+Green+Blue) = 191+169+138=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA98A is #405675. Grayscale: #ACACAC. Windows color (decimal): -4216438 or 9087423. OLE color: 9087423.

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

Color convert

RGB 191 169 138 -
CMYK 0 0.12 0.28 0.25
HSL 35.09º 0.29% 0.65% -
HSV(B) 35.09º 0.28% 0.75% -
XYZ 40.26 41.29 29.89 -
YUV 172.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 191 169 138 0 0.12 0.28 0.25 35.09 0.29 0.65
Hex BF A9 8A 0 C 1C 19 23 1D 41
Octal 277 251 212 0 14 34 31 43 35 101
Binary 10111111 10101001 10001010 0 1100 11100 11001 100011 11101 1000001

Color Harmonies of #BFA98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA98A

Black with #BFA98A

Text Example


Text Example

White with #BFA98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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