Html Css Color HEX #BCAB8C Pavlova

📋 copy color: '#BCAB8C'

red 188 ◦ green 171 ◦ blue 140

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

Shades of Pavlova #BCAB8C

Tints of Pavlova #BCAB8C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.27%

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

R = 37.68%
G = 34.27%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCAB8C (or 0xBCAB8C) is known color: Pavlova. HEX triplet: BC, AB and 8C. RGB value is (188,171,140). Sum of RGB (Red+Green+Blue) = 188+171+140=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB8C is #435473. Grayscale: #ACACAC. Windows color (decimal): -4412532 or 9219004. OLE color: 9219004.

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

Color convert

RGB 188 171 140 -
CMYK 0 0.09 0.26 0.26
HSL 38.75º 0.26% 0.64% -
HSV(B) 38.75º 0.26% 0.74% -
XYZ 40.04 41.71 30.75 -
YUV 172.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 188 171 140 0 0.09 0.26 0.26 38.75 0.26 0.64
Hex BC AB 8C 0 9 1A 1A 27 1A 40
Octal 274 253 214 0 11 32 32 47 32 100
Binary 10111100 10101011 10001100 0 1001 11010 11010 100111 11010 1000000

Color Harmonies of #BCAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB8C

Black with #BCAB8C

Text Example


Text Example

White with #BCAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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