Html Css Color HEX #BFAE84 Pavlova

📋 copy color: '#BFAE84'

red 191 ◦ green 174 ◦ blue 132

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

Shades of Pavlova #BFAE84

Tints of Pavlova #BFAE84

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.01%

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

R = 38.43%
G = 35.01%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BFAE84 (or 0xBFAE84) is known color: Pavlova. HEX triplet: BF, AE and 84. RGB value is (191,174,132). Sum of RGB (Red+Green+Blue) = 191+174+132=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE84 is #40517B. Grayscale: #AEAEAE. Windows color (decimal): -4215164 or 8695487. OLE color: 8695487.

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

Color convert

RGB 191 174 132 -
CMYK 0 0.09 0.31 0.25
HSL 42.71º 0.32% 0.63% -
HSV(B) 42.71º 0.31% 0.75% -
XYZ 40.79 43.01 27.98 -
YUV 174.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 191 174 132 0 0.09 0.31 0.25 42.71 0.32 0.63
Hex BF AE 84 0 9 1F 19 2B 20 3F
Octal 277 256 204 0 11 37 31 53 40 77
Binary 10111111 10101110 10000100 0 1001 11111 11001 101011 100000 111111

Color Harmonies of #BFAE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE84

Black with #BFAE84

Text Example


Text Example

White with #BFAE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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