Html Css Color HEX #BCAC86 Pavlova

📋 copy color: '#BCAC86'

red 188 ◦ green 172 ◦ blue 134

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

Shades of Pavlova #BCAC86

Tints of Pavlova #BCAC86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.13%

R = 38.06%
G = 34.82%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCAC86 (or 0xBCAC86) is known color: Pavlova. HEX triplet: BC, AC and 86. RGB value is (188,172,134). Sum of RGB (Red+Green+Blue) = 188+172+134=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC86 is #435379. Grayscale: #ACACAC. Windows color (decimal): -4412282 or 8826044. OLE color: 8826044.

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

Color convert

RGB 188 172 134 -
CMYK 0 0.09 0.29 0.26
HSL 42.22º 0.29% 0.63% -
HSV(B) 42.22º 0.29% 0.74% -
XYZ 39.79 41.92 28.55 -
YUV 172.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 188 172 134 0 0.09 0.29 0.26 42.22 0.29 0.63
Hex BC AC 86 0 9 1D 1A 2A 1D 3F
Octal 274 254 206 0 11 35 32 52 35 77
Binary 10111100 10101100 10000110 0 1001 11101 11010 101010 11101 111111

Color Harmonies of #BCAC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC86

Black with #BCAC86

Text Example


Text Example

White with #BCAC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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