Html Css Color HEX #BCA689 Pavlova

📋 copy color: '#BCA689'

red 188 ◦ green 166 ◦ blue 137

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

Shades of Pavlova #BCA689

Tints of Pavlova #BCA689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.9%

R = 38.29%
G = 33.81%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCA689 (or 0xBCA689) is known color: Pavlova. HEX triplet: BC, A6 and 89. RGB value is (188,166,137). Sum of RGB (Red+Green+Blue) = 188+166+137=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA689 is #435976. Grayscale: #A9A9A9. Windows color (decimal): -4413815 or 9021116. OLE color: 9021116.

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

Color convert

RGB 188 166 137 -
CMYK 0 0.12 0.27 0.26
HSL 34.12º 0.28% 0.64% -
HSV(B) 34.12º 0.27% 0.74% -
XYZ 38.89 39.77 29.29 -
YUV 169.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 188 166 137 0 0.12 0.27 0.26 34.12 0.28 0.64
Hex BC A6 89 0 C 1B 1A 22 1C 40
Octal 274 246 211 0 14 33 32 42 34 100
Binary 10111100 10100110 10001001 0 1100 11011 11010 100010 11100 1000000

Color Harmonies of #BCA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA689

Black with #BCA689

Text Example


Text Example

White with #BCA689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA689; }

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

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

background-color css

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

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

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

border-color css

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

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

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