Html Css Color HEX #BFA681 Pavlova

📋 copy color: '#BFA681'

red 191 ◦ green 166 ◦ blue 129

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

Shades of Pavlova #BFA681

Tints of Pavlova #BFA681

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.16%

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

R = 39.3%
G = 34.16%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFA681 (or 0xBFA681) is known color: Pavlova. HEX triplet: BF, A6 and 81. RGB value is (191,166,129). Sum of RGB (Red+Green+Blue) = 191+166+129=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA681 is #40597E. Grayscale: #A9A9A9. Windows color (decimal): -4217215 or 8496831. OLE color: 8496831.

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

Color convert

RGB 191 166 129 -
CMYK 0 0.13 0.32 0.25
HSL 35.81º 0.33% 0.63% -
HSV(B) 35.81º 0.32% 0.75% -
XYZ 39.08 39.93 26.42 -
YUV 169.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 191 166 129 0 0.13 0.32 0.25 35.81 0.33 0.63
Hex BF A6 81 0 D 20 19 24 21 3F
Octal 277 246 201 0 15 40 31 44 41 77
Binary 10111111 10100110 10000001 0 1101 100000 11001 100100 100001 111111

Color Harmonies of #BFA681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA681

Black with #BFA681

Text Example


Text Example

White with #BFA681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA681; }

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

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

background-color css

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

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

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

border-color css

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

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

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