Html Css Color HEX #BBA580 Pavlova

📋 copy color: '#BBA580'

red 187 ◦ green 165 ◦ blue 128

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

Shades of Pavlova #BBA580

Tints of Pavlova #BBA580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.38%

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

R = 38.96%
G = 34.38%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBA580 (or 0xBBA580) is known color: Pavlova. HEX triplet: BB, A5 and 80. RGB value is (187,165,128). Sum of RGB (Red+Green+Blue) = 187+165+128=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA580 is #445A7F. Grayscale: #A7A7A7. Windows color (decimal): -4479616 or 8431035. OLE color: 8431035.

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

Color convert

RGB 187 165 128 -
CMYK 0 0.12 0.32 0.27
HSL 37.63º 0.3% 0.62% -
HSV(B) 37.63º 0.32% 0.73% -
XYZ 37.84 39.03 25.96 -
YUV 167.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 187 165 128 0 0.12 0.32 0.27 37.63 0.3 0.62
Hex BB A5 80 0 C 20 1B 26 1E 3E
Octal 273 245 200 0 14 40 33 46 36 76
Binary 10111011 10100101 10000000 0 1100 100000 11011 100110 11110 111110

Color Harmonies of #BBA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA580

Black with #BBA580

Text Example


Text Example

White with #BBA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA580; }

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

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

background-color css

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

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

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

border-color css

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

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

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