Html Css Color HEX #BBA88E Pavlova

📋 copy color: '#BBA88E'

red 187 ◦ green 168 ◦ blue 142

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

Shades of Pavlova #BBA88E

Tints of Pavlova #BBA88E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 37.63%
G = 33.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BBA88E (or 0xBBA88E) is known color: Pavlova. HEX triplet: BB, A8 and 8E. RGB value is (187,168,142). Sum of RGB (Red+Green+Blue) = 187+168+142=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA88E is #445771. Grayscale: #AAAAAA. Windows color (decimal): -4478834 or 9349307. OLE color: 9349307.

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

Color convert

RGB 187 168 142 -
CMYK 0 0.10 0.24 0.27
HSL 34.67º 0.25% 0.65% -
HSV(B) 34.67º 0.24% 0.73% -
XYZ 39.38 40.52 31.34 -
YUV 170.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 187 168 142 0 0.10 0.24 0.27 34.67 0.25 0.65
Hex BB A8 8E 0 A 18 1B 23 19 41
Octal 273 250 216 0 12 30 33 43 31 101
Binary 10111011 10101000 10001110 0 1010 11000 11011 100011 11001 1000001

Color Harmonies of #BBA88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA88E

Black with #BBA88E

Text Example


Text Example

White with #BBA88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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