Html Css Color HEX #BFAA81 Pavlova

📋 copy color: '#BFAA81'

red 191 ◦ green 170 ◦ blue 129

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

Shades of Pavlova #BFAA81

Tints of Pavlova #BFAA81

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.69%

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

R = 38.98%
G = 34.69%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFAA81 (or 0xBFAA81) is known color: Pavlova. HEX triplet: BF, AA and 81. RGB value is (191,170,129). Sum of RGB (Red+Green+Blue) = 191+170+129=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA81 is #40557E. Grayscale: #ABABAB. Windows color (decimal): -4216191 or 8497855. OLE color: 8497855.

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

Color convert

RGB 191 170 129 -
CMYK 0 0.11 0.32 0.25
HSL 39.68º 0.33% 0.63% -
HSV(B) 39.68º 0.32% 0.75% -
XYZ 39.82 41.41 26.66 -
YUV 171.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 191 170 129 0 0.11 0.32 0.25 39.68 0.33 0.63
Hex BF AA 81 0 B 20 19 28 21 3F
Octal 277 252 201 0 13 40 31 50 41 77
Binary 10111111 10101010 10000001 0 1011 100000 11001 101000 100001 111111

Color Harmonies of #BFAA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA81

Black with #BFAA81

Text Example


Text Example

White with #BFAA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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