Html Css Color HEX #BCAA84 Pavlova

📋 copy color: '#BCAA84'

red 188 ◦ green 170 ◦ blue 132

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

Shades of Pavlova #BCAA84

Tints of Pavlova #BCAA84

RGB

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

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

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

R = 38.37%
G = 34.69%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCAA84 (or 0xBCAA84) is known color: Pavlova. HEX triplet: BC, AA and 84. RGB value is (188,170,132). Sum of RGB (Red+Green+Blue) = 188+170+132=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA84 is #43557B. Grayscale: #ABABAB. Windows color (decimal): -4412796 or 8694460. OLE color: 8694460.

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

Color convert

RGB 188 170 132 -
CMYK 0 0.10 0.30 0.26
HSL 40.71º 0.29% 0.63% -
HSV(B) 40.71º 0.3% 0.74% -
XYZ 39.28 41.11 27.69 -
YUV 171.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 188 170 132 0 0.10 0.30 0.26 40.71 0.29 0.63
Hex BC AA 84 0 A 1E 1A 29 1D 3F
Octal 274 252 204 0 12 36 32 51 35 77
Binary 10111100 10101010 10000100 0 1010 11110 11010 101001 11101 111111

Color Harmonies of #BCAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA84

Black with #BCAA84

Text Example


Text Example

White with #BCAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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