Html Css Color HEX #BCAC8A Pavlova

📋 copy color: '#BCAC8A'

red 188 ◦ green 172 ◦ blue 138

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

Shades of Pavlova #BCAC8A

Tints of Pavlova #BCAC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 37.75%
G = 34.54%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCAC8A (or 0xBCAC8A) is known color: Pavlova. HEX triplet: BC, AC and 8A. RGB value is (188,172,138). Sum of RGB (Red+Green+Blue) = 188+172+138=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC8A is #435375. Grayscale: #ADADAD. Windows color (decimal): -4412278 or 9088188. OLE color: 9088188.

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

Color convert

RGB 188 172 138 -
CMYK 0 0.09 0.27 0.26
HSL 40.8º 0.27% 0.64% -
HSV(B) 40.8º 0.27% 0.74% -
XYZ 40.08 42.03 30.05 -
YUV 172.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 188 172 138 0 0.09 0.27 0.26 40.8 0.27 0.64
Hex BC AC 8A 0 9 1B 1A 29 1B 40
Octal 274 254 212 0 11 33 32 51 33 100
Binary 10111100 10101100 10001010 0 1001 11011 11010 101001 11011 1000000

Color Harmonies of #BCAC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC8A

Black with #BCAC8A

Text Example


Text Example

White with #BCAC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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