Html Css Color HEX #BCAA90 Pavlova

📋 copy color: '#BCAA90'

red 188 ◦ green 170 ◦ blue 144

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

Shades of Pavlova #BCAA90

Tints of Pavlova #BCAA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.69%

R = 37.45%
G = 33.86%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCAA90 (or 0xBCAA90) is known color: Pavlova. HEX triplet: BC, AA and 90. RGB value is (188,170,144). Sum of RGB (Red+Green+Blue) = 188+170+144=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA90 is #43556F. Grayscale: #ACACAC. Windows color (decimal): -4412784 or 9480892. OLE color: 9480892.

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

Color convert

RGB 188 170 144 -
CMYK 0 0.10 0.23 0.26
HSL 35.45º 0.25% 0.65% -
HSV(B) 35.45º 0.23% 0.74% -
XYZ 40.15 41.45 32.27 -
YUV 172.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 188 170 144 0 0.10 0.23 0.26 35.45 0.25 0.65
Hex BC AA 90 0 A 17 1A 23 19 41
Octal 274 252 220 0 12 27 32 43 31 101
Binary 10111100 10101010 10010000 0 1010 10111 11010 100011 11001 1000001

Color Harmonies of #BCAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA90

Black with #BCAA90

Text Example


Text Example

White with #BCAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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