Html Css Color HEX #BFAC8C Pavlova

📋 copy color: '#BFAC8C'

red 191 ◦ green 172 ◦ blue 140

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

Shades of Pavlova #BFAC8C

Tints of Pavlova #BFAC8C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

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

R = 37.97%
G = 34.19%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFAC8C (or 0xBFAC8C) is known color: Pavlova. HEX triplet: BF, AC and 8C. RGB value is (191,172,140). Sum of RGB (Red+Green+Blue) = 191+172+140=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC8C is #405373. Grayscale: #AEAEAE. Windows color (decimal): -4215668 or 9219263. OLE color: 9219263.

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

Color convert

RGB 191 172 140 -
CMYK 0 0.10 0.27 0.25
HSL 37.65º 0.28% 0.65% -
HSV(B) 37.65º 0.27% 0.75% -
XYZ 40.97 42.47 30.85 -
YUV 174.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 191 172 140 0 0.10 0.27 0.25 37.65 0.28 0.65
Hex BF AC 8C 0 A 1B 19 26 1C 41
Octal 277 254 214 0 12 33 31 46 34 101
Binary 10111111 10101100 10001100 0 1010 11011 11001 100110 11100 1000001

Color Harmonies of #BFAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC8C

Black with #BFAC8C

Text Example


Text Example

White with #BFAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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