Html Css Color HEX #BCAA88 Pavlova

📋 copy color: '#BCAA88'

red 188 ◦ green 170 ◦ blue 136

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

Shades of Pavlova #BCAA88

Tints of Pavlova #BCAA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.53%

R = 38.06%
G = 34.41%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCAA88 (or 0xBCAA88) is known color: Pavlova. HEX triplet: BC, AA and 88. RGB value is (188,170,136). Sum of RGB (Red+Green+Blue) = 188+170+136=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA88 is #435577. Grayscale: #ABABAB. Windows color (decimal): -4412792 or 8956604. OLE color: 8956604.

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

Color convert

RGB 188 170 136 -
CMYK 0 0.10 0.28 0.26
HSL 39.23º 0.28% 0.64% -
HSV(B) 39.23º 0.28% 0.74% -
XYZ 39.56 41.22 29.16 -
YUV 171.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 188 170 136 0 0.10 0.28 0.26 39.23 0.28 0.64
Hex BC AA 88 0 A 1C 1A 27 1C 40
Octal 274 252 210 0 12 34 32 47 34 100
Binary 10111100 10101010 10001000 0 1010 11100 11010 100111 11100 1000000

Color Harmonies of #BCAA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA88

Black with #BCAA88

Text Example


Text Example

White with #BCAA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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