Html Css Color HEX #BFA87E Pavlova

📋 copy color: '#BFA87E'

red 191 ◦ green 168 ◦ blue 126

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

Shades of Pavlova #BFA87E

Tints of Pavlova #BFA87E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

 BLUE value IS 126 (49.61% from 255) = 25.98%

R = 39.38%
G = 34.64%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BFA87E (or 0xBFA87E) is known color: Pavlova. HEX triplet: BF, A8 and 7E. RGB value is (191,168,126). Sum of RGB (Red+Green+Blue) = 191+168+126=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA87E is #405781. Grayscale: #AAAAAA. Windows color (decimal): -4216706 or 8300735. OLE color: 8300735.

HSL color Cylindrical-coordinate representation of color #BFA87E: hue angle of 38.77º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFA87E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 168 126 -
CMYK 0 0.12 0.34 0.25
HSL 38.77º 0.34% 0.62% -
HSV(B) 38.77º 0.34% 0.75% -
XYZ 39.25 40.59 25.5 -
YUV 170.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 191 168 126 0 0.12 0.34 0.25 38.77 0.34 0.62
Hex BF A8 7E 0 C 22 19 27 22 3E
Octal 277 250 176 0 14 42 31 47 42 76
Binary 10111111 10101000 1111110 0 1100 100010 11001 100111 100010 111110

Color Harmonies of #BFA87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA87E

Black with #BFA87E

Text Example


Text Example

White with #BFA87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA87E; }

 p { color: rgb(191,168,126); }

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

background-color css

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

 a { background-color: rgb(191,168,126); }

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

border-color css

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

 span { border-color: rgb(191,168,126); }

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