Html Css Color HEX #BCAA8C Pavlova

📋 copy color: '#BCAA8C'

red 188 ◦ green 170 ◦ blue 140

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

Shades of Pavlova #BCAA8C

Tints of Pavlova #BCAA8C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 37.75%
G = 34.14%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCAA8C (or 0xBCAA8C) is known color: Pavlova. HEX triplet: BC, AA and 8C. RGB value is (188,170,140). Sum of RGB (Red+Green+Blue) = 188+170+140=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA8C is #435573. Grayscale: #ACACAC. Windows color (decimal): -4412788 or 9218748. OLE color: 9218748.

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

Color convert

RGB 188 170 140 -
CMYK 0 0.10 0.26 0.26
HSL 37.5º 0.26% 0.64% -
HSV(B) 37.5º 0.26% 0.74% -
XYZ 39.85 41.33 30.69 -
YUV 171.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 188 170 140 0 0.10 0.26 0.26 37.5 0.26 0.64
Hex BC AA 8C 0 A 1A 1A 26 1A 40
Octal 274 252 214 0 12 32 32 46 32 100
Binary 10111100 10101010 10001100 0 1010 11010 11010 100110 11010 1000000

Color Harmonies of #BCAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA8C

Black with #BCAA8C

Text Example


Text Example

White with #BCAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA8C; }

 p { color: rgb(188,170,140); }

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

background-color css

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

 a { background-color: rgb(188,170,140); }

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

border-color css

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

 span { border-color: rgb(188,170,140); }

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