Html Css Color HEX #BBA88B Pavlova

📋 copy color: '#BBA88B'

red 187 ◦ green 168 ◦ blue 139

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

Shades of Pavlova #BBA88B

Tints of Pavlova #BBA88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 37.85%
G = 34.01%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBA88B (or 0xBBA88B) is known color: Pavlova. HEX triplet: BB, A8 and 8B. RGB value is (187,168,139). Sum of RGB (Red+Green+Blue) = 187+168+139=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA88B is #445774. Grayscale: #AAAAAA. Windows color (decimal): -4478837 or 9152699. OLE color: 9152699.

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

Color convert

RGB 187 168 139 -
CMYK 0 0.10 0.26 0.27
HSL 36.25º 0.26% 0.64% -
HSV(B) 36.25º 0.26% 0.73% -
XYZ 39.16 40.43 30.17 -
YUV 170.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 187 168 139 0 0.10 0.26 0.27 36.25 0.26 0.64
Hex BB A8 8B 0 A 1A 1B 24 1A 40
Octal 273 250 213 0 12 32 33 44 32 100
Binary 10111011 10101000 10001011 0 1010 11010 11011 100100 11010 1000000

Color Harmonies of #BBA88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA88B

Black with #BBA88B

Text Example


Text Example

White with #BBA88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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