Html Css Color HEX #BBA880 Pavlova

📋 copy color: '#BBA880'

red 187 ◦ green 168 ◦ blue 128

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

Shades of Pavlova #BBA880

Tints of Pavlova #BBA880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 38.72%
G = 34.78%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBA880 (or 0xBBA880) is known color: Pavlova. HEX triplet: BB, A8 and 80. RGB value is (187,168,128). Sum of RGB (Red+Green+Blue) = 187+168+128=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA880 is #44577F. Grayscale: #A9A9A9. Windows color (decimal): -4478848 or 8431803. OLE color: 8431803.

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

Color convert

RGB 187 168 128 -
CMYK 0 0.10 0.32 0.27
HSL 40.68º 0.3% 0.62% -
HSV(B) 40.68º 0.32% 0.73% -
XYZ 38.39 40.13 26.14 -
YUV 169.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 187 168 128 0 0.10 0.32 0.27 40.68 0.3 0.62
Hex BB A8 80 0 A 20 1B 29 1E 3E
Octal 273 250 200 0 12 40 33 51 36 76
Binary 10111011 10101000 10000000 0 1010 100000 11011 101001 11110 111110

Color Harmonies of #BBA880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA880

Black with #BBA880

Text Example


Text Example

White with #BBA880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA880; }

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

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

background-color css

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

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

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

border-color css

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

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

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