Html Css Color HEX #BCAB84 Pavlova

📋 copy color: '#BCAB84'

red 188 ◦ green 171 ◦ blue 132

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

Shades of Pavlova #BCAB84

Tints of Pavlova #BCAB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.88%

R = 38.29%
G = 34.83%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCAB84 (or 0xBCAB84) is known color: Pavlova. HEX triplet: BC, AB and 84. RGB value is (188,171,132). Sum of RGB (Red+Green+Blue) = 188+171+132=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB84 is #43547B. Grayscale: #ABABAB. Windows color (decimal): -4412540 or 8694716. OLE color: 8694716.

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

Color convert

RGB 188 171 132 -
CMYK 0 0.09 0.30 0.26
HSL 41.79º 0.29% 0.63% -
HSV(B) 41.79º 0.3% 0.74% -
XYZ 39.47 41.48 27.76 -
YUV 171.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 188 171 132 0 0.09 0.30 0.26 41.79 0.29 0.63
Hex BC AB 84 0 9 1E 1A 2A 1D 3F
Octal 274 253 204 0 11 36 32 52 35 77
Binary 10111100 10101011 10000100 0 1001 11110 11010 101010 11101 111111

Color Harmonies of #BCAB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB84

Black with #BCAB84

Text Example


Text Example

White with #BCAB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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