Html Css Color HEX #BBA890 Pavlova

📋 copy color: '#BBA890'

red 187 ◦ green 168 ◦ blue 144

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

Shades of Pavlova #BBA890

Tints of Pavlova #BBA890

RGB

 RED value IS 187 (73.44% from 255) = 37.47%

 GREEN value IS 168 (66.02% from 255) = 33.67%

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

R = 37.47%
G = 33.67%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BBA890 (or 0xBBA890) is known color: Pavlova. HEX triplet: BB, A8 and 90. RGB value is (187,168,144). Sum of RGB (Red+Green+Blue) = 187+168+144=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA890 is #44576F. Grayscale: #ABABAB. Windows color (decimal): -4478832 or 9480379. OLE color: 9480379.

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

Color convert

RGB 187 168 144 -
CMYK 0 0.10 0.23 0.27
HSL 33.49º 0.24% 0.65% -
HSV(B) 33.49º 0.23% 0.73% -
XYZ 39.53 40.58 32.14 -
YUV 170.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 187 168 144 0 0.10 0.23 0.27 33.49 0.24 0.65
Hex BB A8 90 0 A 17 1B 21 18 41
Octal 273 250 220 0 12 27 33 41 30 101
Binary 10111011 10101000 10010000 0 1010 10111 11011 100001 11000 1000001

Color Harmonies of #BBA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA890

Black with #BBA890

Text Example


Text Example

White with #BBA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA890; }

 p { color: rgb(187,168,144); }

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

background-color css

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

 a { background-color: rgb(187,168,144); }

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

border-color css

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

 span { border-color: rgb(187,168,144); }

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