Html Css Color HEX #BCA688 Pavlova

📋 copy color: '#BCA688'

red 188 ◦ green 166 ◦ blue 136

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

Shades of Pavlova #BCA688

Tints of Pavlova #BCA688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 38.37%
G = 33.88%
B = 27.76%

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

#BCA688 (or 0xBCA688) is known color: Pavlova. HEX triplet: BC, A6 and 88. RGB value is (188,166,136). Sum of RGB (Red+Green+Blue) = 188+166+136=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA688 is #435977. Grayscale: #A9A9A9. Windows color (decimal): -4413816 or 8955580. OLE color: 8955580.

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

Color convert

RGB 188 166 136 -
CMYK 0 0.12 0.28 0.26
HSL 34.62º 0.28% 0.64% -
HSV(B) 34.62º 0.28% 0.74% -
XYZ 38.82 39.74 28.92 -
YUV 169.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 188 166 136 0 0.12 0.28 0.26 34.62 0.28 0.64
Hex BC A6 88 0 C 1C 1A 23 1C 40
Octal 274 246 210 0 14 34 32 43 34 100
Binary 10111100 10100110 10001000 0 1100 11100 11010 100011 11100 1000000

Color Harmonies of #BCA688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA688

Black with #BCA688

Text Example


Text Example

White with #BCA688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA688; }

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

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

background-color css

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

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

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

border-color css

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

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

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