Html Css Color HEX #BFAC81 Pavlova

📋 copy color: '#BFAC81'

red 191 ◦ green 172 ◦ blue 129

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

Shades of Pavlova #BFAC81

Tints of Pavlova #BFAC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.22%

R = 38.82%
G = 34.96%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFAC81 (or 0xBFAC81) is known color: Pavlova. HEX triplet: BF, AC and 81. RGB value is (191,172,129). Sum of RGB (Red+Green+Blue) = 191+172+129=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC81 is #40537E. Grayscale: #ACACAC. Windows color (decimal): -4215679 or 8498367. OLE color: 8498367.

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

Color convert

RGB 191 172 129 -
CMYK 0 0.10 0.32 0.25
HSL 41.61º 0.33% 0.63% -
HSV(B) 41.61º 0.32% 0.75% -
XYZ 40.2 42.17 26.79 -
YUV 172.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 191 172 129 0 0.10 0.32 0.25 41.61 0.33 0.63
Hex BF AC 81 0 A 20 19 2A 21 3F
Octal 277 254 201 0 12 40 31 52 41 77
Binary 10111111 10101100 10000001 0 1010 100000 11001 101010 100001 111111

Color Harmonies of #BFAC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC81

Black with #BFAC81

Text Example


Text Example

White with #BFAC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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