Html Css Color HEX #BCAE84 Pavlova

📋 copy color: '#BCAE84'

red 188 ◦ green 174 ◦ blue 132

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

Shades of Pavlova #BCAE84

Tints of Pavlova #BCAE84

RGB

 RED value IS 188 (73.83% from 255) = 38.06%

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

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

R = 38.06%
G = 35.22%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCAE84 (or 0xBCAE84) is known color: Pavlova. HEX triplet: BC, AE and 84. RGB value is (188,174,132). Sum of RGB (Red+Green+Blue) = 188+174+132=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE84 is #43517B. Grayscale: #ADADAD. Windows color (decimal): -4411772 or 8695484. OLE color: 8695484.

HSL color Cylindrical-coordinate representation of color #BCAE84: hue angle of 45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCAE84 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 132 -
CMYK 0 0.07 0.30 0.26
HSL 45º 0.29% 0.63% -
HSV(B) 45º 0.3% 0.74% -
XYZ 40.04 42.63 27.95 -
YUV 173.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 188 174 132 0 0.07 0.30 0.26 45 0.29 0.63
Hex BC AE 84 0 7 1E 1A 2D 1D 3F
Octal 274 256 204 0 7 36 32 55 35 77
Binary 10111100 10101110 10000100 0 111 11110 11010 101101 11101 111111

Color Harmonies of #BCAE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE84

Black with #BCAE84

Text Example


Text Example

White with #BCAE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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