Html Css Color HEX #BBA780 Pavlova

📋 copy color: '#BBA780'

red 187 ◦ green 167 ◦ blue 128

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

Shades of Pavlova #BBA780

Tints of Pavlova #BBA780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

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

R = 38.8%
G = 34.65%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBA780 (or 0xBBA780) is known color: Pavlova. HEX triplet: BB, A7 and 80. RGB value is (187,167,128). Sum of RGB (Red+Green+Blue) = 187+167+128=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA780 is #44587F. Grayscale: #A8A8A8. Windows color (decimal): -4479104 or 8431547. OLE color: 8431547.

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

Color convert

RGB 187 167 128 -
CMYK 0 0.11 0.32 0.27
HSL 39.66º 0.3% 0.62% -
HSV(B) 39.66º 0.32% 0.73% -
XYZ 38.21 39.76 26.08 -
YUV 168.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 187 167 128 0 0.11 0.32 0.27 39.66 0.3 0.62
Hex BB A7 80 0 B 20 1B 28 1E 3E
Octal 273 247 200 0 13 40 33 50 36 76
Binary 10111011 10100111 10000000 0 1011 100000 11011 101000 11110 111110

Color Harmonies of #BBA780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA780

Black with #BBA780

Text Example


Text Example

White with #BBA780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA780; }

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

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

background-color css

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

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

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

border-color css

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

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

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