Html Css Color HEX #BFAC88 Pavlova

📋 copy color: '#BFAC88'

red 191 ◦ green 172 ◦ blue 136

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

Shades of Pavlova #BFAC88

Tints of Pavlova #BFAC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 38.28%
G = 34.47%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BFAC88 (or 0xBFAC88) is known color: Pavlova. HEX triplet: BF, AC and 88. RGB value is (191,172,136). Sum of RGB (Red+Green+Blue) = 191+172+136=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC88 is #405377. Grayscale: #ADADAD. Windows color (decimal): -4215672 or 8957119. OLE color: 8957119.

HSL color Cylindrical-coordinate representation of color #BFAC88: hue angle of 39.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFAC88 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 172 136 -
CMYK 0 0.10 0.29 0.25
HSL 39.27º 0.3% 0.64% -
HSV(B) 39.27º 0.29% 0.75% -
XYZ 40.68 42.36 29.32 -
YUV 173.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 191 172 136 0 0.10 0.29 0.25 39.27 0.3 0.64
Hex BF AC 88 0 A 1D 19 27 1E 40
Octal 277 254 210 0 12 35 31 47 36 100
Binary 10111111 10101100 10001000 0 1010 11101 11001 100111 11110 1000000

Color Harmonies of #BFAC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC88

Black with #BFAC88

Text Example


Text Example

White with #BFAC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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