Html Css Color HEX #BFAE8C Pavlova

📋 copy color: '#BFAE8C'

red 191 ◦ green 174 ◦ blue 140

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

Shades of Pavlova #BFAE8C

Tints of Pavlova #BFAE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.46%

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

R = 37.82%
G = 34.46%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFAE8C (or 0xBFAE8C) is known color: Pavlova. HEX triplet: BF, AE and 8C. RGB value is (191,174,140). Sum of RGB (Red+Green+Blue) = 191+174+140=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE8C is #405173. Grayscale: #AFAFAF. Windows color (decimal): -4215156 or 9219775. OLE color: 9219775.

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

Color convert

RGB 191 174 140 -
CMYK 0 0.09 0.27 0.25
HSL 40º 0.28% 0.65% -
HSV(B) 40º 0.27% 0.75% -
XYZ 41.36 43.24 30.98 -
YUV 175.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 191 174 140 0 0.09 0.27 0.25 40 0.28 0.65
Hex BF AE 8C 0 9 1B 19 28 1C 41
Octal 277 256 214 0 11 33 31 50 34 101
Binary 10111111 10101110 10001100 0 1001 11011 11001 101000 11100 1000001

Color Harmonies of #BFAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE8C

Black with #BFAE8C

Text Example


Text Example

White with #BFAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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