Html Css Color HEX #BFA781 Pavlova

📋 copy color: '#BFA781'

red 191 ◦ green 167 ◦ blue 129

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

Shades of Pavlova #BFA781

Tints of Pavlova #BFA781

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

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

R = 39.22%
G = 34.29%
B = 26.49%

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

#BFA781 (or 0xBFA781) is known color: Pavlova. HEX triplet: BF, A7 and 81. RGB value is (191,167,129). Sum of RGB (Red+Green+Blue) = 191+167+129=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA781 is #40587E. Grayscale: #AAAAAA. Windows color (decimal): -4216959 or 8497087. OLE color: 8497087.

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

Color convert

RGB 191 167 129 -
CMYK 0 0.13 0.32 0.25
HSL 36.77º 0.33% 0.63% -
HSV(B) 36.77º 0.32% 0.75% -
XYZ 39.27 40.3 26.48 -
YUV 169.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 191 167 129 0 0.13 0.32 0.25 36.77 0.33 0.63
Hex BF A7 81 0 D 20 19 25 21 3F
Octal 277 247 201 0 15 40 31 45 41 77
Binary 10111111 10100111 10000001 0 1101 100000 11001 100101 100001 111111

Color Harmonies of #BFA781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA781

Black with #BFA781

Text Example


Text Example

White with #BFA781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA781; }

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

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

background-color css

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

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

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

border-color css

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

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

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