Html Css Color HEX #BCAA8F Pavlova

📋 copy color: '#BCAA8F'

red 188 ◦ green 170 ◦ blue 143

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

Shades of Pavlova #BCAA8F

Tints of Pavlova #BCAA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 37.52%
G = 33.93%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BCAA8F (or 0xBCAA8F) is known color: Pavlova. HEX triplet: BC, AA and 8F. RGB value is (188,170,143). Sum of RGB (Red+Green+Blue) = 188+170+143=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA8F is #435570. Grayscale: #ACACAC. Windows color (decimal): -4412785 or 9415356. OLE color: 9415356.

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

Color convert

RGB 188 170 143 -
CMYK 0 0.10 0.24 0.26
HSL 36º 0.25% 0.65% -
HSV(B) 36º 0.24% 0.74% -
XYZ 40.07 41.42 31.87 -
YUV 172.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 188 170 143 0 0.10 0.24 0.26 36 0.25 0.65
Hex BC AA 8F 0 A 18 1A 24 19 41
Octal 274 252 217 0 12 30 32 44 31 101
Binary 10111100 10101010 10001111 0 1010 11000 11010 100100 11001 1000001

Color Harmonies of #BCAA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA8F

Black with #BCAA8F

Text Example


Text Example

White with #BCAA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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