Html Css Color HEX #BFAE8F Pavlova

📋 copy color: '#BFAE8F'

red 191 ◦ green 174 ◦ blue 143

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

Shades of Pavlova #BFAE8F

Tints of Pavlova #BFAE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.15%

R = 37.6%
G = 34.25%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFAE8F (or 0xBFAE8F) is known color: Pavlova. HEX triplet: BF, AE and 8F. RGB value is (191,174,143). Sum of RGB (Red+Green+Blue) = 191+174+143=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE8F is #405170. Grayscale: #AFAFAF. Windows color (decimal): -4215153 or 9416383. OLE color: 9416383.

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

Color convert

RGB 191 174 143 -
CMYK 0 0.09 0.25 0.25
HSL 38.75º 0.27% 0.65% -
HSV(B) 38.75º 0.25% 0.75% -
XYZ 41.58 43.33 32.16 -
YUV 175.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 191 174 143 0 0.09 0.25 0.25 38.75 0.27 0.65
Hex BF AE 8F 0 9 19 19 27 1B 41
Octal 277 256 217 0 11 31 31 47 33 101
Binary 10111111 10101110 10001111 0 1001 11001 11001 100111 11011 1000001

Color Harmonies of #BFAE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE8F

Black with #BFAE8F

Text Example


Text Example

White with #BFAE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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