Html Css Color HEX #BFA981 Pavlova

📋 copy color: '#BFA981'

red 191 ◦ green 169 ◦ blue 129

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

Shades of Pavlova #BFA981

Tints of Pavlova #BFA981

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

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

R = 39.06%
G = 34.56%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFA981 (or 0xBFA981) is known color: Pavlova. HEX triplet: BF, A9 and 81. RGB value is (191,169,129). Sum of RGB (Red+Green+Blue) = 191+169+129=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA981 is #40567E. Grayscale: #ABABAB. Windows color (decimal): -4216447 or 8497599. OLE color: 8497599.

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

Color convert

RGB 191 169 129 -
CMYK 0 0.12 0.32 0.25
HSL 38.71º 0.33% 0.63% -
HSV(B) 38.71º 0.32% 0.75% -
XYZ 39.64 41.04 26.6 -
YUV 171.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 191 169 129 0 0.12 0.32 0.25 38.71 0.33 0.63
Hex BF A9 81 0 C 20 19 27 21 3F
Octal 277 251 201 0 14 40 31 47 41 77
Binary 10111111 10101001 10000001 0 1100 100000 11001 100111 100001 111111

Color Harmonies of #BFA981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA981

Black with #BFA981

Text Example


Text Example

White with #BFA981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA981; }

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

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

background-color css

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

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

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

border-color css

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

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

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