Html Css Color HEX #BCA686 Pavlova

📋 copy color: '#BCA686'

red 188 ◦ green 166 ◦ blue 134

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

Shades of Pavlova #BCA686

Tints of Pavlova #BCA686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

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

R = 38.52%
G = 34.02%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCA686 (or 0xBCA686) is known color: Pavlova. HEX triplet: BC, A6 and 86. RGB value is (188,166,134). Sum of RGB (Red+Green+Blue) = 188+166+134=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA686 is #435979. Grayscale: #A9A9A9. Windows color (decimal): -4413818 or 8824508. OLE color: 8824508.

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

Color convert

RGB 188 166 134 -
CMYK 0 0.12 0.29 0.26
HSL 35.56º 0.29% 0.63% -
HSV(B) 35.56º 0.29% 0.74% -
XYZ 38.68 39.69 28.18 -
YUV 168.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 188 166 134 0 0.12 0.29 0.26 35.56 0.29 0.63
Hex BC A6 86 0 C 1D 1A 24 1D 3F
Octal 274 246 206 0 14 35 32 44 35 77
Binary 10111100 10100110 10000110 0 1100 11101 11010 100100 11101 111111

Color Harmonies of #BCA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA686

Black with #BCA686

Text Example


Text Example

White with #BCA686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA686; }

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

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

background-color css

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

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

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

border-color css

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

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

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