#BFA67A

Color #BFA67A Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #BFA67A

Tints of Pavlova #BFA67A

Color information

#BFA67A (or 0xBFA67A) is unknown color: approx Pavlova. HEX triplet: BF, A6 and 7A. RGB value is (191,166,122). Sum of RGB (Red+Green+Blue) = 191+166+122=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA67A is #405985. Grayscale: #A8A8A8. Windows color (decimal): -4217222 or 8038079. OLE color: 8038079.

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

Color convert

RGB191166122-
CMYK00.130.360.25
HSL38.26º35.03%61.37%-
HSV(B)38.26º36.13%74.9%-
XYZ38.6339.7524.05-
YUV168.46101.78144.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=39.87%
G=34.66%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116612200.130.360.2538.2635.0361.37
HexBFA67A0D241926233d
Octal2772461720154431464375
Binary101111111010011011110100110110010011001100110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA67A; }

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

 H1.HeaderClassName
 {
   color: #BFA67A;
 }
 .AnyTagClassName
 {
   color: #BFA67A;
 }
</style>
background-color css

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

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

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

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

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

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