Html Css Color HEX #BCAC88 Pavlova

📋 copy color: '#BCAC88'

red 188 ◦ green 172 ◦ blue 136

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

Shades of Pavlova #BCAC88

Tints of Pavlova #BCAC88

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

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

R = 37.9%
G = 34.68%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCAC88 (or 0xBCAC88) is known color: Pavlova. HEX triplet: BC, AC and 88. RGB value is (188,172,136). Sum of RGB (Red+Green+Blue) = 188+172+136=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC88 is #435377. Grayscale: #ACACAC. Windows color (decimal): -4412280 or 8957116. OLE color: 8957116.

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

Color convert

RGB 188 172 136 -
CMYK 0 0.09 0.28 0.26
HSL 41.54º 0.28% 0.64% -
HSV(B) 41.54º 0.28% 0.74% -
XYZ 39.94 41.97 29.29 -
YUV 172.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 188 172 136 0 0.09 0.28 0.26 41.54 0.28 0.64
Hex BC AC 88 0 9 1C 1A 2A 1C 40
Octal 274 254 210 0 11 34 32 52 34 100
Binary 10111100 10101100 10001000 0 1001 11100 11010 101010 11100 1000000

Color Harmonies of #BCAC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC88

Black with #BCAC88

Text Example


Text Example

White with #BCAC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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