Html Css Color HEX #BBA980 Pavlova

📋 copy color: '#BBA980'

red 187 ◦ green 169 ◦ blue 128

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

Shades of Pavlova #BBA980

Tints of Pavlova #BBA980

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

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

R = 38.64%
G = 34.92%
B = 26.45%

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

#BBA980 (or 0xBBA980) is known color: Pavlova. HEX triplet: BB, A9 and 80. RGB value is (187,169,128). Sum of RGB (Red+Green+Blue) = 187+169+128=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA980 is #44567F. Grayscale: #A9A9A9. Windows color (decimal): -4478592 or 8432059. OLE color: 8432059.

HSL color Cylindrical-coordinate representation of color #BBA980: hue angle of 41.69º 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 #BBA980 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 128 -
CMYK 0 0.10 0.32 0.27
HSL 41.69º 0.3% 0.62% -
HSV(B) 41.69º 0.32% 0.73% -
XYZ 38.58 40.5 26.21 -
YUV 169.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 187 169 128 0 0.10 0.32 0.27 41.69 0.3 0.62
Hex BB A9 80 0 A 20 1B 2A 1E 3E
Octal 273 251 200 0 12 40 33 52 36 76
Binary 10111011 10101001 10000000 0 1010 100000 11011 101010 11110 111110

Color Harmonies of #BBA980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA980

Black with #BBA980

Text Example


Text Example

White with #BBA980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA980; }

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

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

background-color css

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

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

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

border-color css

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

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

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