Html Css Color HEX #BCAE86 Pavlova

📋 copy color: '#BCAE86'

red 188 ◦ green 174 ◦ blue 134

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

Shades of Pavlova #BCAE86

Tints of Pavlova #BCAE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.02%

R = 37.9%
G = 35.08%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCAE86 (or 0xBCAE86) is known color: Pavlova. HEX triplet: BC, AE and 86. RGB value is (188,174,134). Sum of RGB (Red+Green+Blue) = 188+174+134=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE86 is #435179. Grayscale: #ADADAD. Windows color (decimal): -4411770 or 8826556. OLE color: 8826556.

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

Color convert

RGB 188 174 134 -
CMYK 0 0.07 0.29 0.26
HSL 44.44º 0.29% 0.63% -
HSV(B) 44.44º 0.29% 0.74% -
XYZ 40.18 42.68 28.68 -
YUV 173.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 188 174 134 0 0.07 0.29 0.26 44.44 0.29 0.63
Hex BC AE 86 0 7 1D 1A 2C 1D 3F
Octal 274 256 206 0 7 35 32 54 35 77
Binary 10111100 10101110 10000110 0 111 11101 11010 101100 11101 111111

Color Harmonies of #BCAE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE86

Black with #BCAE86

Text Example


Text Example

White with #BCAE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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