Html Css Color HEX #BCA687 Pavlova

📋 copy color: '#BCA687'

red 188 ◦ green 166 ◦ blue 135

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

Shades of Pavlova #BCA687

Tints of Pavlova #BCA687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.61%

R = 38.45%
G = 33.95%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCA687 (or 0xBCA687) is known color: Pavlova. HEX triplet: BC, A6 and 87. RGB value is (188,166,135). Sum of RGB (Red+Green+Blue) = 188+166+135=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA687 is #435978. Grayscale: #A9A9A9. Windows color (decimal): -4413817 or 8890044. OLE color: 8890044.

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

Color convert

RGB 188 166 135 -
CMYK 0 0.12 0.28 0.26
HSL 35.09º 0.28% 0.63% -
HSV(B) 35.09º 0.28% 0.74% -
XYZ 38.75 39.71 28.54 -
YUV 169.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 188 166 135 0 0.12 0.28 0.26 35.09 0.28 0.63
Hex BC A6 87 0 C 1C 1A 23 1C 3F
Octal 274 246 207 0 14 34 32 43 34 77
Binary 10111100 10100110 10000111 0 1100 11100 11010 100011 11100 111111

Color Harmonies of #BCA687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA687

Black with #BCA687

Text Example


Text Example

White with #BCA687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA687; }

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

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

background-color css

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

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

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

border-color css

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

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

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