Html Css Color HEX #BBA891 Pavlova

📋 copy color: '#BBA891'

red 187 ◦ green 168 ◦ blue 145

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

Shades of Pavlova #BBA891

Tints of Pavlova #BBA891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29%

R = 37.4%
G = 33.6%
B = 29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BBA891 (or 0xBBA891) is known color: Pavlova. HEX triplet: BB, A8 and 91. RGB value is (187,168,145). Sum of RGB (Red+Green+Blue) = 187+168+145=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA891 is #44576E. Grayscale: #ABABAB. Windows color (decimal): -4478831 or 9545915. OLE color: 9545915.

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

Color convert

RGB 187 168 145 -
CMYK 0 0.10 0.22 0.27
HSL 32.86º 0.24% 0.65% -
HSV(B) 32.86º 0.22% 0.73% -
XYZ 39.61 40.61 32.54 -
YUV 171.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 187 168 145 0 0.10 0.22 0.27 32.86 0.24 0.65
Hex BB A8 91 0 A 16 1B 21 18 41
Octal 273 250 221 0 12 26 33 41 30 101
Binary 10111011 10101000 10010001 0 1010 10110 11011 100001 11000 1000001

Color Harmonies of #BBA891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA891

Black with #BBA891

Text Example


Text Example

White with #BBA891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA891; }

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

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

background-color css

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

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

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

border-color css

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

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

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