Html Css Color HEX #BFA883 Pavlova

📋 copy color: '#BFA883'

red 191 ◦ green 168 ◦ blue 131

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

Shades of Pavlova #BFA883

Tints of Pavlova #BFA883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.73%

R = 38.98%
G = 34.29%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BFA883 (or 0xBFA883) is known color: Pavlova. HEX triplet: BF, A8 and 83. RGB value is (191,168,131). Sum of RGB (Red+Green+Blue) = 191+168+131=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA883 is #40577C. Grayscale: #AAAAAA. Windows color (decimal): -4216701 or 8628415. OLE color: 8628415.

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

Color convert

RGB 191 168 131 -
CMYK 0 0.12 0.31 0.25
HSL 37º 0.32% 0.63% -
HSV(B) 37º 0.31% 0.75% -
XYZ 39.59 40.72 27.25 -
YUV 170.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 191 168 131 0 0.12 0.31 0.25 37 0.32 0.63
Hex BF A8 83 0 C 1F 19 25 20 3F
Octal 277 250 203 0 14 37 31 45 40 77
Binary 10111111 10101000 10000011 0 1100 11111 11001 100101 100000 111111

Color Harmonies of #BFA883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA883

Black with #BFA883

Text Example


Text Example

White with #BFA883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA883; }

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

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

background-color css

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

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

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

border-color css

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

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

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