Html Css Color HEX #BFA784 Pavlova

📋 copy color: '#BFA784'

red 191 ◦ green 167 ◦ blue 132

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

Shades of Pavlova #BFA784

Tints of Pavlova #BFA784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.94%

R = 38.98%
G = 34.08%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BFA784 (or 0xBFA784) is known color: Pavlova. HEX triplet: BF, A7 and 84. RGB value is (191,167,132). Sum of RGB (Red+Green+Blue) = 191+167+132=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA784 is #40587B. Grayscale: #AAAAAA. Windows color (decimal): -4216956 or 8693695. OLE color: 8693695.

HSL color Cylindrical-coordinate representation of color #BFA784: hue angle of 35.59º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA784 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 167 132 -
CMYK 0 0.13 0.31 0.25
HSL 35.59º 0.32% 0.63% -
HSV(B) 35.59º 0.31% 0.75% -
XYZ 39.47 40.38 27.54 -
YUV 170.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 191 167 132 0 0.13 0.31 0.25 35.59 0.32 0.63
Hex BF A7 84 0 D 1F 19 24 20 3F
Octal 277 247 204 0 15 37 31 44 40 77
Binary 10111111 10100111 10000100 0 1101 11111 11001 100100 100000 111111

Color Harmonies of #BFA784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA784

Black with #BFA784

Text Example


Text Example

White with #BFA784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA784; }

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

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

background-color css

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

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

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

border-color css

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

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

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